Shades of County Green #0D5536
Tints of County Green #0D5536
RGB
CMYK
RGB Variations
Color information
#0D5536 (or 0x0D5536) is known color: County Green. HEX triplet: 0D, 55 and 36. RGB value is (13,85,54). Sum of RGB (Red+Green+Blue) = 13+85+54=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #0D5536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5536 is #F2AAC9. Grayscale: #3B3B3B. Windows color (decimal): -15903434 or 3560717. OLE color: 3560717.
HSL color Cylindrical-coordinate representation of color #0D5536: hue angle of 154.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5536 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 85 | 54 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.67 |
| HSL | 154.17º | 0.73% | 0.19% | - |
| HSV(B) | 154.17º | 0.85% | 0.33% | - |
| XYZ | 4.08 | 6.85 | 4.6 | - |
| YUV | 59.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 54 | 0.85 | 0 | 0.36 | 0.67 | 154.17 | 0.73 | 0.19 |
| Hex | D | 55 | 36 | 55 | 0 | 24 | 43 | 9A | 49 | 13 |
| Octal | 15 | 125 | 66 | 125 | 0 | 44 | 103 | 232 | 111 | 23 |
| Binary | 1101 | 1010101 | 110110 | 1010101 | 0 | 100100 | 1000011 | 10011010 | 1001001 | 10011 |
Color Harmonies of #0D5536
Complementary color
Monochromatic Colors of #0D5536
Black with #0D5536
Text Example
Text Example
White with #0D5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5536; }
p { color: rgb(13,85,54); }
H1.HeaderClassName
{
color: #0D5536;
}
.AnyTagClassName
{
color: #0D5536;
}
</style>
background-color css
<style>
a { background-color: #0D5536; }
a { background-color: rgb(13,85,54); }
div.DivClassName
{
background-color: #0D5536;
}
.BgClassName
{
background-color: #0D5536;
}
</style>
border-color css
<style>
span { border-color: #0D5536; }
span { border-color: rgb(13,85,54); }
td.TdClassName
{
border-color: #0D5536;
}
.TagClassName
{
border-color: #0D5536;
}
</style>