Shades of Green #056817
Tints of Green #056817
RGB
CMYK
RGB Variations
Color information
#056817 (or 0x056817) is known color: Green. HEX triplet: 05, 68 and 17. RGB value is (5,104,23). Sum of RGB (Red+Green+Blue) = 5+104+23=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #056817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056817 is #FA97E8. Grayscale: #414141. Windows color (decimal): -16422889 or 1533957. OLE color: 1533957.
HSL color Cylindrical-coordinate representation of color #056817: hue angle of 130.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056817 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 23 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.59 |
| HSL | 130.91º | 0.91% | 0.21% | - |
| HSV(B) | 130.91º | 0.95% | 0.41% | - |
| XYZ | 5.17 | 9.99 | 2.47 | - |
| YUV | 65.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 23 | 0.95 | 0 | 0.78 | 0.59 | 130.91 | 0.91 | 0.21 |
| Hex | 5 | 68 | 17 | 5F | 0 | 4E | 3B | 83 | 5B | 15 |
| Octal | 5 | 150 | 27 | 137 | 0 | 116 | 73 | 203 | 133 | 25 |
| Binary | 101 | 1101000 | 10111 | 1011111 | 0 | 1001110 | 111011 | 10000011 | 1011011 | 10101 |
Color Harmonies of #056817
Complementary color
Monochromatic Colors of #056817
Black with #056817
Text Example
Text Example
White with #056817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056817; }
p { color: rgb(5,104,23); }
H1.HeaderClassName
{
color: #056817;
}
.AnyTagClassName
{
color: #056817;
}
</style>
background-color css
<style>
a { background-color: #056817; }
a { background-color: rgb(5,104,23); }
div.DivClassName
{
background-color: #056817;
}
.BgClassName
{
background-color: #056817;
}
</style>
border-color css
<style>
span { border-color: #056817; }
span { border-color: rgb(5,104,23); }
td.TdClassName
{
border-color: #056817;
}
.TagClassName
{
border-color: #056817;
}
</style>