Shades of Sherwood Green #0C4B34
Tints of Sherwood Green #0C4B34
RGB
CMYK
RGB Variations
Color information
#0C4B34 (or 0x0C4B34) is known color: Sherwood Green. HEX triplet: 0C, 4B and 34. RGB value is (12,75,52). Sum of RGB (Red+Green+Blue) = 12+75+52=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B34 is #F3B4CB. Grayscale: #353535. Windows color (decimal): -15971532 or 3427084. OLE color: 3427084.
HSL color Cylindrical-coordinate representation of color #0C4B34: hue angle of 158.1º 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 #0C4B34 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 52 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.71 |
| HSL | 158.1º | 0.72% | 0.17% | - |
| HSV(B) | 158.1º | 0.84% | 0.29% | - |
| XYZ | 3.29 | 5.36 | 4.11 | - |
| YUV | 53.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 52 | 0.84 | 0 | 0.31 | 0.71 | 158.1 | 0.72 | 0.17 |
| Hex | C | 4B | 34 | 54 | 0 | 1F | 47 | 9E | 48 | 11 |
| Octal | 14 | 113 | 64 | 124 | 0 | 37 | 107 | 236 | 110 | 21 |
| Binary | 1100 | 1001011 | 110100 | 1010100 | 0 | 11111 | 1000111 | 10011110 | 1001000 | 10001 |
Color Harmonies of #0C4B34
Complementary color
Monochromatic Colors of #0C4B34
Black with #0C4B34
Text Example
Text Example
White with #0C4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B34; }
p { color: rgb(12,75,52); }
H1.HeaderClassName
{
color: #0C4B34;
}
.AnyTagClassName
{
color: #0C4B34;
}
</style>
background-color css
<style>
a { background-color: #0C4B34; }
a { background-color: rgb(12,75,52); }
div.DivClassName
{
background-color: #0C4B34;
}
.BgClassName
{
background-color: #0C4B34;
}
</style>
border-color css
<style>
span { border-color: #0C4B34; }
span { border-color: rgb(12,75,52); }
td.TdClassName
{
border-color: #0C4B34;
}
.TagClassName
{
border-color: #0C4B34;
}
</style>