Shades of County Green #0C5239
Tints of County Green #0C5239
RGB
CMYK
RGB Variations
Color information
#0C5239 (or 0x0C5239) is known color: County Green. HEX triplet: 0C, 52 and 39. RGB value is (12,82,57). Sum of RGB (Red+Green+Blue) = 12+82+57=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5239 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5239 is #F3ADC6. Grayscale: #3A3A3A. Windows color (decimal): -15969735 or 3756556. OLE color: 3756556.
HSL color Cylindrical-coordinate representation of color #0C5239: hue angle of 158.57º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5239 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 82 | 57 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.68 |
| HSL | 158.57º | 0.74% | 0.18% | - |
| HSV(B) | 158.57º | 0.85% | 0.32% | - |
| XYZ | 3.91 | 6.41 | 4.9 | - |
| YUV | 58.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 57 | 0.85 | 0 | 0.30 | 0.68 | 158.57 | 0.74 | 0.18 |
| Hex | C | 52 | 39 | 55 | 0 | 1E | 44 | 9F | 4A | 12 |
| Octal | 14 | 122 | 71 | 125 | 0 | 36 | 104 | 237 | 112 | 22 |
| Binary | 1100 | 1010010 | 111001 | 1010101 | 0 | 11110 | 1000100 | 10011111 | 1001010 | 10010 |
Color Harmonies of #0C5239
Complementary color
Monochromatic Colors of #0C5239
Black with #0C5239
Text Example
Text Example
White with #0C5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5239; }
p { color: rgb(12,82,57); }
H1.HeaderClassName
{
color: #0C5239;
}
.AnyTagClassName
{
color: #0C5239;
}
</style>
background-color css
<style>
a { background-color: #0C5239; }
a { background-color: rgb(12,82,57); }
div.DivClassName
{
background-color: #0C5239;
}
.BgClassName
{
background-color: #0C5239;
}
</style>
border-color css
<style>
span { border-color: #0C5239; }
span { border-color: rgb(12,82,57); }
td.TdClassName
{
border-color: #0C5239;
}
.TagClassName
{
border-color: #0C5239;
}
</style>