Shades of County Green #0C5435
Tints of County Green #0C5435
RGB
CMYK
RGB Variations
Color information
#0C5435 (or 0x0C5435) is known color: County Green. HEX triplet: 0C, 54 and 35. RGB value is (12,84,53). Sum of RGB (Red+Green+Blue) = 12+84+53=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5435 is #F3ABCA. Grayscale: #3A3A3A. Windows color (decimal): -15969227 or 3494924. OLE color: 3494924.
HSL color Cylindrical-coordinate representation of color #0C5435: hue angle of 154.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5435 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 53 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.67 |
| HSL | 154.17º | 0.75% | 0.19% | - |
| HSV(B) | 154.17º | 0.86% | 0.33% | - |
| XYZ | 3.96 | 6.68 | 4.45 | - |
| YUV | 58.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 53 | 0.86 | 0 | 0.37 | 0.67 | 154.17 | 0.75 | 0.19 |
| Hex | C | 54 | 35 | 56 | 0 | 25 | 43 | 9A | 4B | 13 |
| Octal | 14 | 124 | 65 | 126 | 0 | 45 | 103 | 232 | 113 | 23 |
| Binary | 1100 | 1010100 | 110101 | 1010110 | 0 | 100101 | 1000011 | 10011010 | 1001011 | 10011 |
Color Harmonies of #0C5435
Complementary color
Monochromatic Colors of #0C5435
Black with #0C5435
Text Example
Text Example
White with #0C5435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5435; }
p { color: rgb(12,84,53); }
H1.HeaderClassName
{
color: #0C5435;
}
.AnyTagClassName
{
color: #0C5435;
}
</style>
background-color css
<style>
a { background-color: #0C5435; }
a { background-color: rgb(12,84,53); }
div.DivClassName
{
background-color: #0C5435;
}
.BgClassName
{
background-color: #0C5435;
}
</style>
border-color css
<style>
span { border-color: #0C5435; }
span { border-color: rgb(12,84,53); }
td.TdClassName
{
border-color: #0C5435;
}
.TagClassName
{
border-color: #0C5435;
}
</style>