Shades of Sherwood Green #084D34
Tints of Sherwood Green #084D34
RGB
CMYK
RGB Variations
Color information
#084D34 (or 0x084D34) is known color: Sherwood Green. HEX triplet: 08, 4D and 34. RGB value is (8,77,52). Sum of RGB (Red+Green+Blue) = 8+77+52=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #084D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084D34 is #F7B2CB. Grayscale: #353535. Windows color (decimal): -16233164 or 3427592. OLE color: 3427592.
HSL color Cylindrical-coordinate representation of color #084D34: hue angle of 158.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D34 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 52 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.70 |
| HSL | 158.26º | 0.81% | 0.17% | - |
| HSV(B) | 158.26º | 0.9% | 0.3% | - |
| XYZ | 3.37 | 5.61 | 4.15 | - |
| YUV | 53.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 52 | 0.90 | 0 | 0.32 | 0.70 | 158.26 | 0.81 | 0.17 |
| Hex | 8 | 4D | 34 | 5A | 0 | 20 | 46 | 9E | 51 | 11 |
| Octal | 10 | 115 | 64 | 132 | 0 | 40 | 106 | 236 | 121 | 21 |
| Binary | 1000 | 1001101 | 110100 | 1011010 | 0 | 100000 | 1000110 | 10011110 | 1010001 | 10001 |
Color Harmonies of #084D34
Complementary color
Monochromatic Colors of #084D34
Black with #084D34
Text Example
Text Example
White with #084D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D34; }
p { color: rgb(8,77,52); }
H1.HeaderClassName
{
color: #084D34;
}
.AnyTagClassName
{
color: #084D34;
}
</style>
background-color css
<style>
a { background-color: #084D34; }
a { background-color: rgb(8,77,52); }
div.DivClassName
{
background-color: #084D34;
}
.BgClassName
{
background-color: #084D34;
}
</style>
border-color css
<style>
span { border-color: #084D34; }
span { border-color: rgb(8,77,52); }
td.TdClassName
{
border-color: #084D34;
}
.TagClassName
{
border-color: #084D34;
}
</style>