Shades of Green #05810D
Tints of Green #05810D
RGB
CMYK
RGB Variations
Color information
#05810D (or 0x05810D) is known color: Green. HEX triplet: 05, 81 and 0D. RGB value is (5,129,13). Sum of RGB (Red+Green+Blue) = 5+129+13=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 129 (50.78% from 255 or 87.76% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 129 - color contains mainly: green. Hex color #05810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05810D is #FA7EF2. Grayscale: #4F4F4F. Windows color (decimal): -16416499 or 884997. OLE color: 884997.
HSL color Cylindrical-coordinate representation of color #05810D: hue angle of 123.87º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05810D is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 13 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.49 |
| HSL | 123.87º | 0.93% | 0.26% | - |
| HSV(B) | 123.87º | 0.96% | 0.51% | - |
| XYZ | 7.99 | 15.76 | 3 | - |
| YUV | 78.7 | 90.92 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 13 | 0.96 | 0 | 0.90 | 0.49 | 123.87 | 0.93 | 0.26 |
| Hex | 5 | 81 | D | 60 | 0 | 5A | 31 | 7C | 5D | 1A |
| Octal | 5 | 201 | 15 | 140 | 0 | 132 | 61 | 174 | 135 | 32 |
| Binary | 101 | 10000001 | 1101 | 1100000 | 0 | 1011010 | 110001 | 1111100 | 1011101 | 11010 |
Color Harmonies of #05810D
Complementary color
Monochromatic Colors of #05810D
Black with #05810D
Text Example
Text Example
White with #05810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05810D; }
p { color: rgb(5,129,13); }
H1.HeaderClassName
{
color: #05810D;
}
.AnyTagClassName
{
color: #05810D;
}
</style>
background-color css
<style>
a { background-color: #05810D; }
a { background-color: rgb(5,129,13); }
div.DivClassName
{
background-color: #05810D;
}
.BgClassName
{
background-color: #05810D;
}
</style>
border-color css
<style>
span { border-color: #05810D; }
span { border-color: rgb(5,129,13); }
td.TdClassName
{
border-color: #05810D;
}
.TagClassName
{
border-color: #05810D;
}
</style>