Shades of Sherwood Green #0D543E
Tints of Sherwood Green #0D543E
RGB
CMYK
RGB Variations
Color information
#0D543E (or 0x0D543E) is known color: Sherwood Green. HEX triplet: 0D, 54 and 3E. RGB value is (13,84,62). Sum of RGB (Red+Green+Blue) = 13+84+62=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #0D543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D543E is #F2ABC1. Grayscale: #3C3C3C. Windows color (decimal): -15903682 or 4084749. OLE color: 4084749.
HSL color Cylindrical-coordinate representation of color #0D543E: hue angle of 161.41º 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 #0D543E is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 62 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.67 |
| HSL | 161.41º | 0.73% | 0.19% | - |
| HSV(B) | 161.41º | 0.85% | 0.33% | - |
| XYZ | 4.21 | 6.77 | 5.64 | - |
| YUV | 60.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 62 | 0.85 | 0 | 0.26 | 0.67 | 161.41 | 0.73 | 0.19 |
| Hex | D | 54 | 3E | 55 | 0 | 1A | 43 | A1 | 49 | 13 |
| Octal | 15 | 124 | 76 | 125 | 0 | 32 | 103 | 241 | 111 | 23 |
| Binary | 1101 | 1010100 | 111110 | 1010101 | 0 | 11010 | 1000011 | 10100001 | 1001001 | 10011 |
Color Harmonies of #0D543E
Complementary color
Monochromatic Colors of #0D543E
Black with #0D543E
Text Example
Text Example
White with #0D543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D543E; }
p { color: rgb(13,84,62); }
H1.HeaderClassName
{
color: #0D543E;
}
.AnyTagClassName
{
color: #0D543E;
}
</style>
background-color css
<style>
a { background-color: #0D543E; }
a { background-color: rgb(13,84,62); }
div.DivClassName
{
background-color: #0D543E;
}
.BgClassName
{
background-color: #0D543E;
}
</style>
border-color css
<style>
span { border-color: #0D543E; }
span { border-color: rgb(13,84,62); }
td.TdClassName
{
border-color: #0D543E;
}
.TagClassName
{
border-color: #0D543E;
}
</style>