#0C5249

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

Shades of Cyprus #0C5249

Tints of Cyprus #0C5249

Color information

#0C5249 (or 0x0C5249) is unknown color: approx Cyprus. HEX triplet: 0C, 52 and 49. RGB value is (12,82,73). Sum of RGB (Red+Green+Blue) = 12+82+73=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5249 is #F3ADB6. Grayscale: #3C3C3C. Windows color (decimal): -15969719 or 4805132. OLE color: 4805132.

HSL color Cylindrical-coordinate representation of color #0C5249: hue angle of 172.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5249 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB128273-
CMYK0.8500.110.68
HSL172.29º74.47%18.43%-
HSV(B)172.29º85.37%32.16%-
XYZ4.376.597.35-
YUV60.04135.3193.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=7.19%
G=49.10%
B=43.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282730.8500.110.68172.2974.4718.43
HexC5249550B44ac4a12
Octal1412211112501310425411222
Binary110010100101001001101010101011100010010101100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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