Shades of County Green #0C4F32
Tints of County Green #0C4F32
RGB
CMYK
RGB Variations
Color information
#0C4F32 (or 0x0C4F32) is known color: County Green. HEX triplet: 0C, 4F and 32. RGB value is (12,79,50). Sum of RGB (Red+Green+Blue) = 12+79+50=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F32 is #F3B0CD. Grayscale: #373737. Windows color (decimal): -15970510 or 3297036. OLE color: 3297036.
HSL color Cylindrical-coordinate representation of color #0C4F32: hue angle of 154.03º 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 #0C4F32 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 50 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.69 |
| HSL | 154.03º | 0.74% | 0.18% | - |
| HSV(B) | 154.03º | 0.85% | 0.31% | - |
| XYZ | 3.52 | 5.9 | 3.97 | - |
| YUV | 55.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 50 | 0.85 | 0 | 0.37 | 0.69 | 154.03 | 0.74 | 0.18 |
| Hex | C | 4F | 32 | 55 | 0 | 25 | 45 | 9A | 4A | 12 |
| Octal | 14 | 117 | 62 | 125 | 0 | 45 | 105 | 232 | 112 | 22 |
| Binary | 1100 | 1001111 | 110010 | 1010101 | 0 | 100101 | 1000101 | 10011010 | 1001010 | 10010 |
Color Harmonies of #0C4F32
Complementary color
Monochromatic Colors of #0C4F32
Black with #0C4F32
Text Example
Text Example
White with #0C4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F32; }
p { color: rgb(12,79,50); }
H1.HeaderClassName
{
color: #0C4F32;
}
.AnyTagClassName
{
color: #0C4F32;
}
</style>
background-color css
<style>
a { background-color: #0C4F32; }
a { background-color: rgb(12,79,50); }
div.DivClassName
{
background-color: #0C4F32;
}
.BgClassName
{
background-color: #0C4F32;
}
</style>
border-color css
<style>
span { border-color: #0C4F32; }
span { border-color: rgb(12,79,50); }
td.TdClassName
{
border-color: #0C4F32;
}
.TagClassName
{
border-color: #0C4F32;
}
</style>