Shades of Green #055E01
Tints of Green #055E01
RGB
CMYK
RGB Variations
Color information
#055E01 (or 0x055E01) is known color: Green. HEX triplet: 05, 5E and 01. RGB value is (5,94,1). Sum of RGB (Red+Green+Blue) = 5+94+1=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 94 (37.11% from 255 or 94% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 94 - color contains mainly: green. Hex color #055E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E01 is #FAA1FE. Grayscale: #393939. Windows color (decimal): -16425471 or 89605. OLE color: 89605.
HSL color Cylindrical-coordinate representation of color #055E01: hue angle of 117.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #055E01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.63 |
| HSL | 117.42º | 0.98% | 0.19% | - |
| HSV(B) | 117.42º | 0.99% | 0.37% | - |
| XYZ | 4.07 | 8.04 | 1.37 | - |
| YUV | 56.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 1 | 0.95 | 0 | 0.99 | 0.63 | 117.42 | 0.98 | 0.19 |
| Hex | 5 | 5E | 1 | 5F | 0 | 63 | 3F | 75 | 62 | 13 |
| Octal | 5 | 136 | 1 | 137 | 0 | 143 | 77 | 165 | 142 | 23 |
| Binary | 101 | 1011110 | 1 | 1011111 | 0 | 1100011 | 111111 | 1110101 | 1100010 | 10011 |
Color Harmonies of #055E01
Complementary color
Monochromatic Colors of #055E01
Black with #055E01
Text Example
Text Example
White with #055E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E01; }
p { color: rgb(5,94,1); }
H1.HeaderClassName
{
color: #055E01;
}
.AnyTagClassName
{
color: #055E01;
}
</style>
background-color css
<style>
a { background-color: #055E01; }
a { background-color: rgb(5,94,1); }
div.DivClassName
{
background-color: #055E01;
}
.BgClassName
{
background-color: #055E01;
}
</style>
border-color css
<style>
span { border-color: #055E01; }
span { border-color: rgb(5,94,1); }
td.TdClassName
{
border-color: #055E01;
}
.TagClassName
{
border-color: #055E01;
}
</style>