Shades of County Green #0D543C
Tints of County Green #0D543C
RGB
CMYK
RGB Variations
Color information
#0D543C (or 0x0D543C) is known color: County Green. HEX triplet: 0D, 54 and 3C. RGB value is (13,84,60). Sum of RGB (Red+Green+Blue) = 13+84+60=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #0D543C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D543C is #F2ABC3. Grayscale: #3C3C3C. Windows color (decimal): -15903684 or 3953677. OLE color: 3953677.
HSL color Cylindrical-coordinate representation of color #0D543C: hue angle of 159.72º 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 #0D543C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 60 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.67 |
| HSL | 159.72º | 0.73% | 0.19% | - |
| HSV(B) | 159.72º | 0.85% | 0.33% | - |
| XYZ | 4.15 | 6.75 | 5.36 | - |
| YUV | 60.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 60 | 0.85 | 0 | 0.29 | 0.67 | 159.72 | 0.73 | 0.19 |
| Hex | D | 54 | 3C | 55 | 0 | 1D | 43 | A0 | 49 | 13 |
| Octal | 15 | 124 | 74 | 125 | 0 | 35 | 103 | 240 | 111 | 23 |
| Binary | 1101 | 1010100 | 111100 | 1010101 | 0 | 11101 | 1000011 | 10100000 | 1001001 | 10011 |
Color Harmonies of #0D543C
Complementary color
Monochromatic Colors of #0D543C
Black with #0D543C
Text Example
Text Example
White with #0D543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D543C; }
p { color: rgb(13,84,60); }
H1.HeaderClassName
{
color: #0D543C;
}
.AnyTagClassName
{
color: #0D543C;
}
</style>
background-color css
<style>
a { background-color: #0D543C; }
a { background-color: rgb(13,84,60); }
div.DivClassName
{
background-color: #0D543C;
}
.BgClassName
{
background-color: #0D543C;
}
</style>
border-color css
<style>
span { border-color: #0D543C; }
span { border-color: rgb(13,84,60); }
td.TdClassName
{
border-color: #0D543C;
}
.TagClassName
{
border-color: #0D543C;
}
</style>