Shades of Sherwood Green #0D523C
Tints of Sherwood Green #0D523C
RGB
CMYK
RGB Variations
Color information
#0D523C (or 0x0D523C) is known color: Sherwood Green. HEX triplet: 0D, 52 and 3C. RGB value is (13,82,60). Sum of RGB (Red+Green+Blue) = 13+82+60=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #0D523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D523C is #F2ADC3. Grayscale: #3A3A3A. Windows color (decimal): -15904196 or 3953165. OLE color: 3953165.
HSL color Cylindrical-coordinate representation of color #0D523C: hue angle of 160.87º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D523C is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 60 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.68 |
| HSL | 160.87º | 0.73% | 0.19% | - |
| HSV(B) | 160.87º | 0.84% | 0.32% | - |
| XYZ | 4 | 6.45 | 5.31 | - |
| YUV | 58.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 60 | 0.84 | 0 | 0.27 | 0.68 | 160.87 | 0.73 | 0.19 |
| Hex | D | 52 | 3C | 54 | 0 | 1B | 44 | A1 | 49 | 13 |
| Octal | 15 | 122 | 74 | 124 | 0 | 33 | 104 | 241 | 111 | 23 |
| Binary | 1101 | 1010010 | 111100 | 1010100 | 0 | 11011 | 1000100 | 10100001 | 1001001 | 10011 |
Color Harmonies of #0D523C
Complementary color
Monochromatic Colors of #0D523C
Black with #0D523C
Text Example
Text Example
White with #0D523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D523C; }
p { color: rgb(13,82,60); }
H1.HeaderClassName
{
color: #0D523C;
}
.AnyTagClassName
{
color: #0D523C;
}
</style>
background-color css
<style>
a { background-color: #0D523C; }
a { background-color: rgb(13,82,60); }
div.DivClassName
{
background-color: #0D523C;
}
.BgClassName
{
background-color: #0D523C;
}
</style>
border-color css
<style>
span { border-color: #0D523C; }
span { border-color: rgb(13,82,60); }
td.TdClassName
{
border-color: #0D523C;
}
.TagClassName
{
border-color: #0D523C;
}
</style>