Shades of Sherwood Green #084C34
Tints of Sherwood Green #084C34
RGB
CMYK
RGB Variations
Color information
#084C34 (or 0x084C34) is known color: Sherwood Green. HEX triplet: 08, 4C and 34. RGB value is (8,76,52). Sum of RGB (Red+Green+Blue) = 8+76+52=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #084C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084C34 is #F7B3CB. Grayscale: #343434. Windows color (decimal): -16233420 or 3427336. OLE color: 3427336.
HSL color Cylindrical-coordinate representation of color #084C34: hue angle of 158.82º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C34 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 52 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.70 |
| HSL | 158.82º | 0.81% | 0.16% | - |
| HSV(B) | 158.82º | 0.89% | 0.3% | - |
| XYZ | 3.3 | 5.47 | 4.13 | - |
| YUV | 52.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 52 | 0.89 | 0 | 0.32 | 0.70 | 158.82 | 0.81 | 0.16 |
| Hex | 8 | 4C | 34 | 59 | 0 | 20 | 46 | 9F | 51 | 10 |
| Octal | 10 | 114 | 64 | 131 | 0 | 40 | 106 | 237 | 121 | 20 |
| Binary | 1000 | 1001100 | 110100 | 1011001 | 0 | 100000 | 1000110 | 10011111 | 1010001 | 10000 |
Color Harmonies of #084C34
Complementary color
Monochromatic Colors of #084C34
Black with #084C34
Text Example
Text Example
White with #084C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C34; }
p { color: rgb(8,76,52); }
H1.HeaderClassName
{
color: #084C34;
}
.AnyTagClassName
{
color: #084C34;
}
</style>
background-color css
<style>
a { background-color: #084C34; }
a { background-color: rgb(8,76,52); }
div.DivClassName
{
background-color: #084C34;
}
.BgClassName
{
background-color: #084C34;
}
</style>
border-color css
<style>
span { border-color: #084C34; }
span { border-color: rgb(8,76,52); }
td.TdClassName
{
border-color: #084C34;
}
.TagClassName
{
border-color: #084C34;
}
</style>