Shades of Green #05850D
Tints of Green #05850D
RGB
CMYK
RGB Variations
Color information
#05850D (or 0x05850D) is known color: Green. HEX triplet: 05, 85 and 0D. RGB value is (5,133,13). Sum of RGB (Red+Green+Blue) = 5+133+13=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #05850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05850D is #FA7AF2. Grayscale: #515151. Windows color (decimal): -16415475 or 886021. OLE color: 886021.
HSL color Cylindrical-coordinate representation of color #05850D: hue angle of 123.75º 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 #05850D is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 13 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.48 |
| HSL | 123.75º | 0.93% | 0.27% | - |
| HSV(B) | 123.75º | 0.96% | 0.52% | - |
| XYZ | 8.52 | 16.84 | 3.18 | - |
| YUV | 81.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 13 | 0.96 | 0 | 0.90 | 0.48 | 123.75 | 0.93 | 0.27 |
| Hex | 5 | 85 | D | 60 | 0 | 5A | 30 | 7C | 5D | 1B |
| Octal | 5 | 205 | 15 | 140 | 0 | 132 | 60 | 174 | 135 | 33 |
| Binary | 101 | 10000101 | 1101 | 1100000 | 0 | 1011010 | 110000 | 1111100 | 1011101 | 11011 |
Color Harmonies of #05850D
Complementary color
Monochromatic Colors of #05850D
Black with #05850D
Text Example
Text Example
White with #05850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05850D; }
p { color: rgb(5,133,13); }
H1.HeaderClassName
{
color: #05850D;
}
.AnyTagClassName
{
color: #05850D;
}
</style>
background-color css
<style>
a { background-color: #05850D; }
a { background-color: rgb(5,133,13); }
div.DivClassName
{
background-color: #05850D;
}
.BgClassName
{
background-color: #05850D;
}
</style>
border-color css
<style>
span { border-color: #05850D; }
span { border-color: rgb(5,133,13); }
td.TdClassName
{
border-color: #05850D;
}
.TagClassName
{
border-color: #05850D;
}
</style>