Shades of County Green #0D4E34
Tints of County Green #0D4E34
RGB
CMYK
RGB Variations
Color information
#0D4E34 (or 0x0D4E34) is known color: County Green. HEX triplet: 0D, 4E and 34. RGB value is (13,78,52). Sum of RGB (Red+Green+Blue) = 13+78+52=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E34 is #F2B1CB. Grayscale: #373737. Windows color (decimal): -15905228 or 3427853. OLE color: 3427853.
HSL color Cylindrical-coordinate representation of color #0D4E34: hue angle of 156º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E34 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 78 | 52 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.69 |
| HSL | 156º | 0.71% | 0.18% | - |
| HSV(B) | 156º | 0.83% | 0.31% | - |
| XYZ | 3.51 | 5.78 | 4.18 | - |
| YUV | 55.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 52 | 0.83 | 0 | 0.33 | 0.69 | 156 | 0.71 | 0.18 |
| Hex | D | 4E | 34 | 53 | 0 | 21 | 45 | 9C | 47 | 12 |
| Octal | 15 | 116 | 64 | 123 | 0 | 41 | 105 | 234 | 107 | 22 |
| Binary | 1101 | 1001110 | 110100 | 1010011 | 0 | 100001 | 1000101 | 10011100 | 1000111 | 10010 |
Color Harmonies of #0D4E34
Complementary color
Monochromatic Colors of #0D4E34
Black with #0D4E34
Text Example
Text Example
White with #0D4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E34; }
p { color: rgb(13,78,52); }
H1.HeaderClassName
{
color: #0D4E34;
}
.AnyTagClassName
{
color: #0D4E34;
}
</style>
background-color css
<style>
a { background-color: #0D4E34; }
a { background-color: rgb(13,78,52); }
div.DivClassName
{
background-color: #0D4E34;
}
.BgClassName
{
background-color: #0D4E34;
}
</style>
border-color css
<style>
span { border-color: #0D4E34; }
span { border-color: rgb(13,78,52); }
td.TdClassName
{
border-color: #0D4E34;
}
.TagClassName
{
border-color: #0D4E34;
}
</style>