Shades of Green #05850E
Tints of Green #05850E
RGB
CMYK
RGB Variations
Color information
#05850E (or 0x05850E) is known color: Green. HEX triplet: 05, 85 and 0E. RGB value is (5,133,14). Sum of RGB (Red+Green+Blue) = 5+133+14=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #05850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05850E is #FA7AF1. Grayscale: #515151. Windows color (decimal): -16415474 or 951557. OLE color: 951557.
HSL color Cylindrical-coordinate representation of color #05850E: hue angle of 124.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05850E is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 14 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.48 |
| HSL | 124.22º | 0.93% | 0.27% | - |
| HSV(B) | 124.22º | 0.96% | 0.52% | - |
| XYZ | 8.53 | 16.84 | 3.22 | - |
| YUV | 81.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 14 | 0.96 | 0 | 0.89 | 0.48 | 124.22 | 0.93 | 0.27 |
| Hex | 5 | 85 | E | 60 | 0 | 59 | 30 | 7C | 5D | 1B |
| Octal | 5 | 205 | 16 | 140 | 0 | 131 | 60 | 174 | 135 | 33 |
| Binary | 101 | 10000101 | 1110 | 1100000 | 0 | 1011001 | 110000 | 1111100 | 1011101 | 11011 |
Color Harmonies of #05850E
Complementary color
Monochromatic Colors of #05850E
Black with #05850E
Text Example
Text Example
White with #05850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05850E; }
p { color: rgb(5,133,14); }
H1.HeaderClassName
{
color: #05850E;
}
.AnyTagClassName
{
color: #05850E;
}
</style>
background-color css
<style>
a { background-color: #05850E; }
a { background-color: rgb(5,133,14); }
div.DivClassName
{
background-color: #05850E;
}
.BgClassName
{
background-color: #05850E;
}
</style>
border-color css
<style>
span { border-color: #05850E; }
span { border-color: rgb(5,133,14); }
td.TdClassName
{
border-color: #05850E;
}
.TagClassName
{
border-color: #05850E;
}
</style>