Shades of Sherwood Green #0C4937
Tints of Sherwood Green #0C4937
RGB
CMYK
RGB Variations
Color information
#0C4937 (or 0x0C4937) is known color: 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
| RGB | 12 | 73 | 55 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.71 |
| HSL | 162.3º | 0.72% | 0.17% | - |
| HSV(B) | 162.3º | 0.84% | 0.29% | - |
| XYZ | 3.22 | 5.12 | 4.43 | - |
| YUV | 52.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 55 | 0.84 | 0 | 0.25 | 0.71 | 162.3 | 0.72 | 0.17 |
| Hex | C | 49 | 37 | 54 | 0 | 19 | 47 | A2 | 48 | 11 |
| Octal | 14 | 111 | 67 | 124 | 0 | 31 | 107 | 242 | 110 | 21 |
| Binary | 1100 | 1001001 | 110111 | 1010100 | 0 | 11001 | 1000111 | 10100010 | 1001000 | 10001 |
Color Harmonies of #0C4937
Complementary color
Monochromatic Colors of #0C4937
Black with #0C4937
Text Example
Text Example
White with #0C4937
Text Example
Text Example
HTML Codes & Css Web 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>