#0A4341

Color #0A4341 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0A4341

Tints of Cyprus #0A4341

Color information

#0A4341 (or 0x0A4341) is unknown color: approx Cyprus. HEX triplet: 0A, 43 and 41. RGB value is (10,67,65). Sum of RGB (Red+Green+Blue) = 10+67+65=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4341 is #F5BCBE. Grayscale: #313131. Windows color (decimal): -16104639 or 4277002. OLE color: 4277002.

HSL color Cylindrical-coordinate representation of color #0A4341: hue angle of 177.89º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4341 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB106765-
CMYK0.8500.030.74
HSL177.89º74.03%15.1%-
HSV(B)177.89º85.07%26.27%-
XYZ3.094.465.7-
YUV49.73136.6299.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 7.04%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=7.04%
G=47.18%
B=45.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067650.8500.030.74177.8974.0315.1
HexA434155034Ab24af
Octal121031011250311226211217
Binary101010000111000001101010101110010101011001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4341; }

 p { color: rgb(10,67,65); }

 H1.HeaderClassName
 {
   color: #0A4341;
 }
 .AnyTagClassName
 {
   color: #0A4341;
 }
</style>
background-color css

<style>
 a { background-color: #0A4341; }

 a { background-color: rgb(10,67,65); }

 div.DivClassName
 {
   background-color: #0A4341;
 }
 .BgClassName
 {
   background-color: #0A4341;
 }
</style>
border-color css

<style>
 span { border-color: #0A4341; }

 span { border-color: rgb(10,67,65); }

 td.TdClassName
 {
   border-color: #0A4341;
 }
 .TagClassName
 {
   border-color: #0A4341;
 }
</style>