#0C4E36

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

Shades of Sherwood Green #0C4E36

Tints of Sherwood Green #0C4E36

Color information

#0C4E36 (or 0x0C4E36) is unknown color: approx Sherwood Green. HEX triplet: 0C, 4E and 36. RGB value is (12,78,54). Sum of RGB (Red+Green+Blue) = 12+78+54=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E36 is #F3B1C9. Grayscale: #373737. Windows color (decimal): -15970762 or 3558924. OLE color: 3558924.

HSL color Cylindrical-coordinate representation of color #0C4E36: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E36 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB127854-
CMYK0.8500.310.69
HSL158.18º73.33%17.65%-
HSV(B)158.18º84.62%30.59%-
XYZ3.545.794.42-
YUV55.53127.1396.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=8.33%
G=54.17%
B=37.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1278540.8500.310.69158.1873.3317.65
HexC4E365501F459e4912
Octal141166612503710523611122
Binary110010011101101101010101011111100010110011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,54); }

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

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

 a { background-color: rgb(12,78,54); }

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

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

 span { border-color: rgb(12,78,54); }

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