#0C5449

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

Shades of Cyprus #0C5449

Tints of Cyprus #0C5449

Color information

#0C5449 (or 0x0C5449) is unknown color: approx Cyprus. HEX triplet: 0C, 54 and 49. RGB value is (12,84,73). Sum of RGB (Red+Green+Blue) = 12+84+73=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5449 is #F3ABB6. Grayscale: #3D3D3D. Windows color (decimal): -15969207 or 4805644. OLE color: 4805644.

HSL color Cylindrical-coordinate representation of color #0C5449: hue angle of 170.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5449 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB128473-
CMYK0.8600.130.67
HSL170.83º75%18.82%-
HSV(B)170.83º85.71%32.94%-
XYZ4.526.97.4-
YUV61.22134.6592.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.10%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=7.10%
G=49.70%
B=43.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284730.8600.130.67170.837518.82
HexC5449560D43ab4b13
Octal1412411112601510325311323
Binary110010101001001001101011001101100001110101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,73); }

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

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

 a { background-color: rgb(12,84,73); }

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

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

 span { border-color: rgb(12,84,73); }

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