Shades of Sherwood Green #0D533E
Tints of Sherwood Green #0D533E
RGB
CMYK
RGB Variations
Color information
#0D533E (or 0x0D533E) is known color: Sherwood Green. HEX triplet: 0D, 53 and 3E. RGB value is (13,83,62). Sum of RGB (Red+Green+Blue) = 13+83+62=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #0D533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D533E is #F2ACC1. Grayscale: #3B3B3B. Windows color (decimal): -15903938 or 4084493. OLE color: 4084493.
HSL color Cylindrical-coordinate representation of color #0D533E: hue angle of 162º 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 #0D533E is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 62 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.67 |
| HSL | 162º | 0.73% | 0.19% | - |
| HSV(B) | 162º | 0.84% | 0.33% | - |
| XYZ | 4.13 | 6.62 | 5.62 | - |
| YUV | 59.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 62 | 0.84 | 0 | 0.25 | 0.67 | 162 | 0.73 | 0.19 |
| Hex | D | 53 | 3E | 54 | 0 | 19 | 43 | A2 | 49 | 13 |
| Octal | 15 | 123 | 76 | 124 | 0 | 31 | 103 | 242 | 111 | 23 |
| Binary | 1101 | 1010011 | 111110 | 1010100 | 0 | 11001 | 1000011 | 10100010 | 1001001 | 10011 |
Color Harmonies of #0D533E
Complementary color
Monochromatic Colors of #0D533E
Black with #0D533E
Text Example
Text Example
White with #0D533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D533E; }
p { color: rgb(13,83,62); }
H1.HeaderClassName
{
color: #0D533E;
}
.AnyTagClassName
{
color: #0D533E;
}
</style>
background-color css
<style>
a { background-color: #0D533E; }
a { background-color: rgb(13,83,62); }
div.DivClassName
{
background-color: #0D533E;
}
.BgClassName
{
background-color: #0D533E;
}
</style>
border-color css
<style>
span { border-color: #0D533E; }
span { border-color: rgb(13,83,62); }
td.TdClassName
{
border-color: #0D533E;
}
.TagClassName
{
border-color: #0D533E;
}
</style>