Shades of Sherwood Green #0D4B34
Tints of Sherwood Green #0D4B34
RGB
CMYK
RGB Variations
Color information
#0D4B34 (or 0x0D4B34) is known color: Sherwood Green. HEX triplet: 0D, 4B and 34. RGB value is (13,75,52). Sum of RGB (Red+Green+Blue) = 13+75+52=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B34 is #F2B4CB. Grayscale: #353535. Windows color (decimal): -15905996 or 3427085. OLE color: 3427085.
HSL color Cylindrical-coordinate representation of color #0D4B34: hue angle of 157.74º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4B34 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 75 | 52 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.71 |
| HSL | 157.74º | 0.7% | 0.17% | - |
| HSV(B) | 157.74º | 0.83% | 0.29% | - |
| XYZ | 3.3 | 5.37 | 4.11 | - |
| YUV | 53.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 52 | 0.83 | 0 | 0.31 | 0.71 | 157.74 | 0.7 | 0.17 |
| Hex | D | 4B | 34 | 53 | 0 | 1F | 47 | 9E | 46 | 11 |
| Octal | 15 | 113 | 64 | 123 | 0 | 37 | 107 | 236 | 106 | 21 |
| Binary | 1101 | 1001011 | 110100 | 1010011 | 0 | 11111 | 1000111 | 10011110 | 1000110 | 10001 |
Color Harmonies of #0D4B34
Complementary color
Monochromatic Colors of #0D4B34
Black with #0D4B34
Text Example
Text Example
White with #0D4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B34; }
p { color: rgb(13,75,52); }
H1.HeaderClassName
{
color: #0D4B34;
}
.AnyTagClassName
{
color: #0D4B34;
}
</style>
background-color css
<style>
a { background-color: #0D4B34; }
a { background-color: rgb(13,75,52); }
div.DivClassName
{
background-color: #0D4B34;
}
.BgClassName
{
background-color: #0D4B34;
}
</style>
border-color css
<style>
span { border-color: #0D4B34; }
span { border-color: rgb(13,75,52); }
td.TdClassName
{
border-color: #0D4B34;
}
.TagClassName
{
border-color: #0D4B34;
}
</style>