Shades of County Green #0D533B
Tints of County Green #0D533B
RGB
CMYK
RGB Variations
Color information
#0D533B (or 0x0D533B) is known color: County Green. HEX triplet: 0D, 53 and 3B. RGB value is (13,83,59). Sum of RGB (Red+Green+Blue) = 13+83+59=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #0D533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D533B is #F2ACC4. Grayscale: #3B3B3B. Windows color (decimal): -15903941 or 3887885. OLE color: 3887885.
HSL color Cylindrical-coordinate representation of color #0D533B: hue angle of 159.43º 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 #0D533B is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 59 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.67 |
| HSL | 159.43º | 0.73% | 0.19% | - |
| HSV(B) | 159.43º | 0.84% | 0.33% | - |
| XYZ | 4.05 | 6.59 | 5.2 | - |
| YUV | 59.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 59 | 0.84 | 0 | 0.29 | 0.67 | 159.43 | 0.73 | 0.19 |
| Hex | D | 53 | 3B | 54 | 0 | 1D | 43 | 9F | 49 | 13 |
| Octal | 15 | 123 | 73 | 124 | 0 | 35 | 103 | 237 | 111 | 23 |
| Binary | 1101 | 1010011 | 111011 | 1010100 | 0 | 11101 | 1000011 | 10011111 | 1001001 | 10011 |
Color Harmonies of #0D533B
Complementary color
Monochromatic Colors of #0D533B
Black with #0D533B
Text Example
Text Example
White with #0D533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D533B; }
p { color: rgb(13,83,59); }
H1.HeaderClassName
{
color: #0D533B;
}
.AnyTagClassName
{
color: #0D533B;
}
</style>
background-color css
<style>
a { background-color: #0D533B; }
a { background-color: rgb(13,83,59); }
div.DivClassName
{
background-color: #0D533B;
}
.BgClassName
{
background-color: #0D533B;
}
</style>
border-color css
<style>
span { border-color: #0D533B; }
span { border-color: rgb(13,83,59); }
td.TdClassName
{
border-color: #0D533B;
}
.TagClassName
{
border-color: #0D533B;
}
</style>