Shades of Green #055E0F
Tints of Green #055E0F
RGB
CMYK
RGB Variations
Color information
#055E0F (or 0x055E0F) is known color: Green. HEX triplet: 05, 5E and 0F. RGB value is (5,94,15). Sum of RGB (Red+Green+Blue) = 5+94+15=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 94 (37.11% from 255 or 82.46% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 94 - color contains mainly: green. Hex color #055E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E0F is #FAA1F0. Grayscale: #3A3A3A. Windows color (decimal): -16425457 or 1007109. OLE color: 1007109.
HSL color Cylindrical-coordinate representation of color #055E0F: hue angle of 126.74º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E0F is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 15 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.63 |
| HSL | 126.74º | 0.9% | 0.19% | - |
| HSV(B) | 126.74º | 0.95% | 0.37% | - |
| XYZ | 4.15 | 8.07 | 1.79 | - |
| YUV | 58.38 | 103.51 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 15 | 0.95 | 0 | 0.84 | 0.63 | 126.74 | 0.9 | 0.19 |
| Hex | 5 | 5E | F | 5F | 0 | 54 | 3F | 7F | 5A | 13 |
| Octal | 5 | 136 | 17 | 137 | 0 | 124 | 77 | 177 | 132 | 23 |
| Binary | 101 | 1011110 | 1111 | 1011111 | 0 | 1010100 | 111111 | 1111111 | 1011010 | 10011 |
Color Harmonies of #055E0F
Complementary color
Monochromatic Colors of #055E0F
Black with #055E0F
Text Example
Text Example
White with #055E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E0F; }
p { color: rgb(5,94,15); }
H1.HeaderClassName
{
color: #055E0F;
}
.AnyTagClassName
{
color: #055E0F;
}
</style>
background-color css
<style>
a { background-color: #055E0F; }
a { background-color: rgb(5,94,15); }
div.DivClassName
{
background-color: #055E0F;
}
.BgClassName
{
background-color: #055E0F;
}
</style>
border-color css
<style>
span { border-color: #055E0F; }
span { border-color: rgb(5,94,15); }
td.TdClassName
{
border-color: #055E0F;
}
.TagClassName
{
border-color: #055E0F;
}
</style>