Shades of Sherwood Green #0D4433
Tints of Sherwood Green #0D4433
RGB
CMYK
RGB Variations
Color information
#0D4433 (or 0x0D4433) is known color: Sherwood Green. HEX triplet: 0D, 44 and 33. RGB value is (13,68,51). Sum of RGB (Red+Green+Blue) = 13+68+51=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4433 is #F2BBCC. Grayscale: #313131. Windows color (decimal): -15907789 or 3359757. OLE color: 3359757.
HSL color Cylindrical-coordinate representation of color #0D4433: hue angle of 161.45º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4433 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 68 | 51 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.73 |
| HSL | 161.45º | 0.68% | 0.16% | - |
| HSV(B) | 161.45º | 0.81% | 0.27% | - |
| XYZ | 2.83 | 4.46 | 3.84 | - |
| YUV | 49.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 51 | 0.81 | 0 | 0.25 | 0.73 | 161.45 | 0.68 | 0.16 |
| Hex | D | 44 | 33 | 51 | 0 | 19 | 49 | A1 | 44 | 10 |
| Octal | 15 | 104 | 63 | 121 | 0 | 31 | 111 | 241 | 104 | 20 |
| Binary | 1101 | 1000100 | 110011 | 1010001 | 0 | 11001 | 1001001 | 10100001 | 1000100 | 10000 |
Color Harmonies of #0D4433
Complementary color
Monochromatic Colors of #0D4433
Black with #0D4433
Text Example
Text Example
White with #0D4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4433; }
p { color: rgb(13,68,51); }
H1.HeaderClassName
{
color: #0D4433;
}
.AnyTagClassName
{
color: #0D4433;
}
</style>
background-color css
<style>
a { background-color: #0D4433; }
a { background-color: rgb(13,68,51); }
div.DivClassName
{
background-color: #0D4433;
}
.BgClassName
{
background-color: #0D4433;
}
</style>
border-color css
<style>
span { border-color: #0D4433; }
span { border-color: rgb(13,68,51); }
td.TdClassName
{
border-color: #0D4433;
}
.TagClassName
{
border-color: #0D4433;
}
</style>