Shades of Green #056B04
Tints of Green #056B04
RGB
CMYK
RGB Variations
Color information
#056B04 (or 0x056B04) is known color: Green. HEX triplet: 05, 6B and 04. RGB value is (5,107,4). Sum of RGB (Red+Green+Blue) = 5+107+4=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 107 (42.19% from 255 or 92.24% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 107 - color contains mainly: green. Hex color #056B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B04 is #FA94FB. Grayscale: #414141. Windows color (decimal): -16422140 or 289541. OLE color: 289541.
HSL color Cylindrical-coordinate representation of color #056B04: hue angle of 119.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056B04 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 4 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.58 |
| HSL | 119.42º | 0.93% | 0.22% | - |
| HSV(B) | 119.42º | 0.96% | 0.42% | - |
| XYZ | 5.34 | 10.56 | 1.87 | - |
| YUV | 64.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 4 | 0.95 | 0 | 0.96 | 0.58 | 119.42 | 0.93 | 0.22 |
| Hex | 5 | 6B | 4 | 5F | 0 | 60 | 3A | 77 | 5D | 16 |
| Octal | 5 | 153 | 4 | 137 | 0 | 140 | 72 | 167 | 135 | 26 |
| Binary | 101 | 1101011 | 100 | 1011111 | 0 | 1100000 | 111010 | 1110111 | 1011101 | 10110 |
Color Harmonies of #056B04
Complementary color
Monochromatic Colors of #056B04
Black with #056B04
Text Example
Text Example
White with #056B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B04; }
p { color: rgb(5,107,4); }
H1.HeaderClassName
{
color: #056B04;
}
.AnyTagClassName
{
color: #056B04;
}
</style>
background-color css
<style>
a { background-color: #056B04; }
a { background-color: rgb(5,107,4); }
div.DivClassName
{
background-color: #056B04;
}
.BgClassName
{
background-color: #056B04;
}
</style>
border-color css
<style>
span { border-color: #056B04; }
span { border-color: rgb(5,107,4); }
td.TdClassName
{
border-color: #056B04;
}
.TagClassName
{
border-color: #056B04;
}
</style>