Shades of County Green #0D5035
Tints of County Green #0D5035
RGB
CMYK
RGB Variations
Color information
#0D5035 (or 0x0D5035) is known color: County Green. HEX triplet: 0D, 50 and 35. RGB value is (13,80,53). Sum of RGB (Red+Green+Blue) = 13+80+53=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5035 is #F2AFCA. Grayscale: #383838. Windows color (decimal): -15904715 or 3493901. OLE color: 3493901.
HSL color Cylindrical-coordinate representation of color #0D5035: hue angle of 155.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5035 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 53 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.69 |
| HSL | 155.82º | 0.72% | 0.18% | - |
| HSV(B) | 155.82º | 0.84% | 0.31% | - |
| XYZ | 3.68 | 6.08 | 4.35 | - |
| YUV | 56.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 53 | 0.84 | 0 | 0.34 | 0.69 | 155.82 | 0.72 | 0.18 |
| Hex | D | 50 | 35 | 54 | 0 | 22 | 45 | 9C | 48 | 12 |
| Octal | 15 | 120 | 65 | 124 | 0 | 42 | 105 | 234 | 110 | 22 |
| Binary | 1101 | 1010000 | 110101 | 1010100 | 0 | 100010 | 1000101 | 10011100 | 1001000 | 10010 |
Color Harmonies of #0D5035
Complementary color
Monochromatic Colors of #0D5035
Black with #0D5035
Text Example
Text Example
White with #0D5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5035; }
p { color: rgb(13,80,53); }
H1.HeaderClassName
{
color: #0D5035;
}
.AnyTagClassName
{
color: #0D5035;
}
</style>
background-color css
<style>
a { background-color: #0D5035; }
a { background-color: rgb(13,80,53); }
div.DivClassName
{
background-color: #0D5035;
}
.BgClassName
{
background-color: #0D5035;
}
</style>
border-color css
<style>
span { border-color: #0D5035; }
span { border-color: rgb(13,80,53); }
td.TdClassName
{
border-color: #0D5035;
}
.TagClassName
{
border-color: #0D5035;
}
</style>