Shades of Sherwood Green #0C4631
Tints of Sherwood Green #0C4631
RGB
CMYK
RGB Variations
Color information
#0C4631 (or 0x0C4631) is known color: Sherwood Green. HEX triplet: 0C, 46 and 31. RGB value is (12,70,49). Sum of RGB (Red+Green+Blue) = 12+70+49=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4631 is #F3B9CE. Grayscale: #323232. Windows color (decimal): -15972815 or 3229196. OLE color: 3229196.
HSL color Cylindrical-coordinate representation of color #0C4631: hue angle of 158.28º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4631 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 49 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.73 |
| HSL | 158.28º | 0.71% | 0.16% | - |
| HSV(B) | 158.28º | 0.83% | 0.27% | - |
| XYZ | 2.9 | 4.68 | 3.66 | - |
| YUV | 50.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 49 | 0.83 | 0 | 0.30 | 0.73 | 158.28 | 0.71 | 0.16 |
| Hex | C | 46 | 31 | 53 | 0 | 1E | 49 | 9E | 47 | 10 |
| Octal | 14 | 106 | 61 | 123 | 0 | 36 | 111 | 236 | 107 | 20 |
| Binary | 1100 | 1000110 | 110001 | 1010011 | 0 | 11110 | 1001001 | 10011110 | 1000111 | 10000 |
Color Harmonies of #0C4631
Complementary color
Monochromatic Colors of #0C4631
Black with #0C4631
Text Example
Text Example
White with #0C4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4631; }
p { color: rgb(12,70,49); }
H1.HeaderClassName
{
color: #0C4631;
}
.AnyTagClassName
{
color: #0C4631;
}
</style>
background-color css
<style>
a { background-color: #0C4631; }
a { background-color: rgb(12,70,49); }
div.DivClassName
{
background-color: #0C4631;
}
.BgClassName
{
background-color: #0C4631;
}
</style>
border-color css
<style>
span { border-color: #0C4631; }
span { border-color: rgb(12,70,49); }
td.TdClassName
{
border-color: #0C4631;
}
.TagClassName
{
border-color: #0C4631;
}
</style>