Shades of County Green #0D4C32
Tints of County Green #0D4C32
RGB
CMYK
RGB Variations
Color information
#0D4C32 (or 0x0D4C32) is known color: County Green. HEX triplet: 0D, 4C and 32. RGB value is (13,76,50). Sum of RGB (Red+Green+Blue) = 13+76+50=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4C32 is #F2B3CD. Grayscale: #363636. Windows color (decimal): -15905742 or 3296269. OLE color: 3296269.
HSL color Cylindrical-coordinate representation of color #0D4C32: hue angle of 155.24º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4C32 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 76 | 50 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.70 |
| HSL | 155.24º | 0.71% | 0.17% | - |
| HSV(B) | 155.24º | 0.83% | 0.3% | - |
| XYZ | 3.33 | 5.48 | 3.9 | - |
| YUV | 54.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 50 | 0.83 | 0 | 0.34 | 0.70 | 155.24 | 0.71 | 0.17 |
| Hex | D | 4C | 32 | 53 | 0 | 22 | 46 | 9B | 47 | 11 |
| Octal | 15 | 114 | 62 | 123 | 0 | 42 | 106 | 233 | 107 | 21 |
| Binary | 1101 | 1001100 | 110010 | 1010011 | 0 | 100010 | 1000110 | 10011011 | 1000111 | 10001 |
Color Harmonies of #0D4C32
Complementary color
Monochromatic Colors of #0D4C32
Black with #0D4C32
Text Example
Text Example
White with #0D4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4C32; }
p { color: rgb(13,76,50); }
H1.HeaderClassName
{
color: #0D4C32;
}
.AnyTagClassName
{
color: #0D4C32;
}
</style>
background-color css
<style>
a { background-color: #0D4C32; }
a { background-color: rgb(13,76,50); }
div.DivClassName
{
background-color: #0D4C32;
}
.BgClassName
{
background-color: #0D4C32;
}
</style>
border-color css
<style>
span { border-color: #0D4C32; }
span { border-color: rgb(13,76,50); }
td.TdClassName
{
border-color: #0D4C32;
}
.TagClassName
{
border-color: #0D4C32;
}
</style>