Shades of County Green #0D543B
Tints of County Green #0D543B
RGB
CMYK
RGB Variations
Color information
#0D543B (or 0x0D543B) is known color: County Green. HEX triplet: 0D, 54 and 3B. RGB value is (13,84,59). Sum of RGB (Red+Green+Blue) = 13+84+59=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #0D543B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D543B is #F2ABC4. Grayscale: #3B3B3B. Windows color (decimal): -15903685 or 3888141. OLE color: 3888141.
HSL color Cylindrical-coordinate representation of color #0D543B: hue angle of 158.87º 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 #0D543B is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 59 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.67 |
| HSL | 158.87º | 0.73% | 0.19% | - |
| HSV(B) | 158.87º | 0.85% | 0.33% | - |
| XYZ | 4.13 | 6.74 | 5.22 | - |
| YUV | 59.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 59 | 0.85 | 0 | 0.30 | 0.67 | 158.87 | 0.73 | 0.19 |
| Hex | D | 54 | 3B | 55 | 0 | 1E | 43 | 9F | 49 | 13 |
| Octal | 15 | 124 | 73 | 125 | 0 | 36 | 103 | 237 | 111 | 23 |
| Binary | 1101 | 1010100 | 111011 | 1010101 | 0 | 11110 | 1000011 | 10011111 | 1001001 | 10011 |
Color Harmonies of #0D543B
Complementary color
Monochromatic Colors of #0D543B
Black with #0D543B
Text Example
Text Example
White with #0D543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D543B; }
p { color: rgb(13,84,59); }
H1.HeaderClassName
{
color: #0D543B;
}
.AnyTagClassName
{
color: #0D543B;
}
</style>
background-color css
<style>
a { background-color: #0D543B; }
a { background-color: rgb(13,84,59); }
div.DivClassName
{
background-color: #0D543B;
}
.BgClassName
{
background-color: #0D543B;
}
</style>
border-color css
<style>
span { border-color: #0D543B; }
span { border-color: rgb(13,84,59); }
td.TdClassName
{
border-color: #0D543B;
}
.TagClassName
{
border-color: #0D543B;
}
</style>