#0C4937

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

Shades of Sherwood Green #0C4937

Tints of Sherwood Green #0C4937

Color information

#0C4937 (or 0x0C4937) is unknown color: approx Sherwood Green. HEX triplet: 0C, 49 and 37. RGB value is (12,73,55). Sum of RGB (Red+Green+Blue) = 12+73+55=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4937 is #F3B6C8. Grayscale: #343434. Windows color (decimal): -15972041 or 3623180. OLE color: 3623180.

HSL color Cylindrical-coordinate representation of color #0C4937: hue angle of 162.3º 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 #0C4937 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB127355-
CMYK0.8400.250.71
HSL162.3º71.76%16.67%-
HSV(B)162.3º83.56%28.63%-
XYZ3.225.124.43-
YUV52.71129.2998.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=8.57%
G=52.14%
B=39.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1273550.8400.250.71162.371.7616.67
HexC49375401947a24811
Octal141116712403110724211021
Binary110010010011101111010100011001100011110100010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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