Shades of County Green #0E4C32
Tints of County Green #0E4C32
RGB
CMYK
RGB Variations
Color information
#0E4C32 (or 0x0E4C32) is known color: County Green. HEX triplet: 0E, 4C and 32. RGB value is (14,76,50). Sum of RGB (Red+Green+Blue) = 14+76+50=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #0E4C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4C32 is #F1B3CD. Grayscale: #363636. Windows color (decimal): -15840206 or 3296270. OLE color: 3296270.
HSL color Cylindrical-coordinate representation of color #0E4C32: hue angle of 154.84º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4C32 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 76 | 50 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.70 |
| HSL | 154.84º | 0.69% | 0.18% | - |
| HSV(B) | 154.84º | 0.82% | 0.3% | - |
| XYZ | 3.34 | 5.49 | 3.9 | - |
| YUV | 54.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 50 | 0.82 | 0 | 0.34 | 0.70 | 154.84 | 0.69 | 0.18 |
| Hex | E | 4C | 32 | 52 | 0 | 22 | 46 | 9B | 45 | 12 |
| Octal | 16 | 114 | 62 | 122 | 0 | 42 | 106 | 233 | 105 | 22 |
| Binary | 1110 | 1001100 | 110010 | 1010010 | 0 | 100010 | 1000110 | 10011011 | 1000101 | 10010 |
Color Harmonies of #0E4C32
Complementary color
Monochromatic Colors of #0E4C32
Black with #0E4C32
Text Example
Text Example
White with #0E4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4C32; }
p { color: rgb(14,76,50); }
H1.HeaderClassName
{
color: #0E4C32;
}
.AnyTagClassName
{
color: #0E4C32;
}
</style>
background-color css
<style>
a { background-color: #0E4C32; }
a { background-color: rgb(14,76,50); }
div.DivClassName
{
background-color: #0E4C32;
}
.BgClassName
{
background-color: #0E4C32;
}
</style>
border-color css
<style>
span { border-color: #0E4C32; }
span { border-color: rgb(14,76,50); }
td.TdClassName
{
border-color: #0E4C32;
}
.TagClassName
{
border-color: #0E4C32;
}
</style>