Shades of Sherwood Green #0C4F39
Tints of Sherwood Green #0C4F39
RGB
CMYK
RGB Variations
Color information
#0C4F39 (or 0x0C4F39) is known color: Sherwood Green. HEX triplet: 0C, 4F and 39. RGB value is (12,79,57). Sum of RGB (Red+Green+Blue) = 12+79+57=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F39 is #F3B0C6. Grayscale: #383838. Windows color (decimal): -15970503 or 3755788. OLE color: 3755788.
HSL color Cylindrical-coordinate representation of color #0C4F39: hue angle of 160.3º degrees, saturation: 0.74, 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 #0C4F39 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 57 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.69 |
| HSL | 160.3º | 0.74% | 0.18% | - |
| HSV(B) | 160.3º | 0.85% | 0.31% | - |
| XYZ | 3.69 | 5.97 | 4.83 | - |
| YUV | 56.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 57 | 0.85 | 0 | 0.28 | 0.69 | 160.3 | 0.74 | 0.18 |
| Hex | C | 4F | 39 | 55 | 0 | 1C | 45 | A0 | 4A | 12 |
| Octal | 14 | 117 | 71 | 125 | 0 | 34 | 105 | 240 | 112 | 22 |
| Binary | 1100 | 1001111 | 111001 | 1010101 | 0 | 11100 | 1000101 | 10100000 | 1001010 | 10010 |
Color Harmonies of #0C4F39
Complementary color
Monochromatic Colors of #0C4F39
Black with #0C4F39
Text Example
Text Example
White with #0C4F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F39; }
p { color: rgb(12,79,57); }
H1.HeaderClassName
{
color: #0C4F39;
}
.AnyTagClassName
{
color: #0C4F39;
}
</style>
background-color css
<style>
a { background-color: #0C4F39; }
a { background-color: rgb(12,79,57); }
div.DivClassName
{
background-color: #0C4F39;
}
.BgClassName
{
background-color: #0C4F39;
}
</style>
border-color css
<style>
span { border-color: #0C4F39; }
span { border-color: rgb(12,79,57); }
td.TdClassName
{
border-color: #0C4F39;
}
.TagClassName
{
border-color: #0C4F39;
}
</style>