#0C4940

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

Shades of Cyprus #0C4940

Tints of Cyprus #0C4940

Color information

#0C4940 (or 0x0C4940) is unknown color: approx Cyprus. HEX triplet: 0C, 49 and 40. RGB value is (12,73,64). Sum of RGB (Red+Green+Blue) = 12+73+64=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4940 is #F3B6BF. Grayscale: #353535. Windows color (decimal): -15972032 or 4213004. OLE color: 4213004.

HSL color Cylindrical-coordinate representation of color #0C4940: hue angle of 171.15º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4940 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB127364-
CMYK0.8400.120.71
HSL171.15º71.76%16.67%-
HSV(B)171.15º83.56%28.63%-
XYZ3.465.215.67-
YUV53.74133.7998.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=8.05%
G=48.99%
B=42.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1273640.8400.120.71171.1571.7616.67
HexC4940540C47ab4811
Octal1411110012401410725311021
Binary110010010011000000101010001100100011110101011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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