Shades of Green #056B18
Tints of Green #056B18
RGB
CMYK
RGB Variations
Color information
#056B18 (or 0x056B18) is known color: Green. HEX triplet: 05, 6B and 18. RGB value is (5,107,24). Sum of RGB (Red+Green+Blue) = 5+107+24=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 107 (42.19% from 255 or 78.68% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 107 - color contains mainly: green. Hex color #056B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B18 is #FA94E7. Grayscale: #434343. Windows color (decimal): -16422120 or 1600261. OLE color: 1600261.
HSL color Cylindrical-coordinate representation of color #056B18: hue angle of 131.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B18 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 24 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.58 |
| HSL | 131.18º | 0.91% | 0.22% | - |
| HSV(B) | 131.18º | 0.95% | 0.42% | - |
| XYZ | 5.49 | 10.61 | 2.62 | - |
| YUV | 67.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 24 | 0.95 | 0 | 0.78 | 0.58 | 131.18 | 0.91 | 0.22 |
| Hex | 5 | 6B | 18 | 5F | 0 | 4E | 3A | 83 | 5B | 16 |
| Octal | 5 | 153 | 30 | 137 | 0 | 116 | 72 | 203 | 133 | 26 |
| Binary | 101 | 1101011 | 11000 | 1011111 | 0 | 1001110 | 111010 | 10000011 | 1011011 | 10110 |
Color Harmonies of #056B18
Complementary color
Monochromatic Colors of #056B18
Black with #056B18
Text Example
Text Example
White with #056B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B18; }
p { color: rgb(5,107,24); }
H1.HeaderClassName
{
color: #056B18;
}
.AnyTagClassName
{
color: #056B18;
}
</style>
background-color css
<style>
a { background-color: #056B18; }
a { background-color: rgb(5,107,24); }
div.DivClassName
{
background-color: #056B18;
}
.BgClassName
{
background-color: #056B18;
}
</style>
border-color css
<style>
span { border-color: #056B18; }
span { border-color: rgb(5,107,24); }
td.TdClassName
{
border-color: #056B18;
}
.TagClassName
{
border-color: #056B18;
}
</style>