Shades of County Green #0D5337
Tints of County Green #0D5337
RGB
CMYK
RGB Variations
Color information
#0D5337 (or 0x0D5337) is known color: County Green. HEX triplet: 0D, 53 and 37. RGB value is (13,83,55). Sum of RGB (Red+Green+Blue) = 13+83+55=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5337 is #F2ACC8. Grayscale: #3A3A3A. Windows color (decimal): -15903945 or 3625741. OLE color: 3625741.
HSL color Cylindrical-coordinate representation of color #0D5337: hue angle of 156º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5337 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 55 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.67 |
| HSL | 156º | 0.73% | 0.19% | - |
| HSV(B) | 156º | 0.84% | 0.33% | - |
| XYZ | 3.95 | 6.55 | 4.67 | - |
| YUV | 58.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 55 | 0.84 | 0 | 0.34 | 0.67 | 156 | 0.73 | 0.19 |
| Hex | D | 53 | 37 | 54 | 0 | 22 | 43 | 9C | 49 | 13 |
| Octal | 15 | 123 | 67 | 124 | 0 | 42 | 103 | 234 | 111 | 23 |
| Binary | 1101 | 1010011 | 110111 | 1010100 | 0 | 100010 | 1000011 | 10011100 | 1001001 | 10011 |
Color Harmonies of #0D5337
Complementary color
Monochromatic Colors of #0D5337
Black with #0D5337
Text Example
Text Example
White with #0D5337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5337; }
p { color: rgb(13,83,55); }
H1.HeaderClassName
{
color: #0D5337;
}
.AnyTagClassName
{
color: #0D5337;
}
</style>
background-color css
<style>
a { background-color: #0D5337; }
a { background-color: rgb(13,83,55); }
div.DivClassName
{
background-color: #0D5337;
}
.BgClassName
{
background-color: #0D5337;
}
</style>
border-color css
<style>
span { border-color: #0D5337; }
span { border-color: rgb(13,83,55); }
td.TdClassName
{
border-color: #0D5337;
}
.TagClassName
{
border-color: #0D5337;
}
</style>