Shades of Green #055D0F
Tints of Green #055D0F
RGB
CMYK
RGB Variations
Color information
#055D0F (or 0x055D0F) is known color: Green. HEX triplet: 05, 5D and 0F. RGB value is (5,93,15). Sum of RGB (Red+Green+Blue) = 5+93+15=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #055D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055D0F is #FAA2F0. Grayscale: #3A3A3A. Windows color (decimal): -16425713 or 1006853. OLE color: 1006853.
HSL color Cylindrical-coordinate representation of color #055D0F: hue angle of 126.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D0F is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 15 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.64 |
| HSL | 126.82º | 0.9% | 0.19% | - |
| HSV(B) | 126.82º | 0.95% | 0.36% | - |
| XYZ | 4.06 | 7.9 | 1.76 | - |
| YUV | 57.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 15 | 0.95 | 0 | 0.84 | 0.64 | 126.82 | 0.9 | 0.19 |
| Hex | 5 | 5D | F | 5F | 0 | 54 | 40 | 7F | 5A | 13 |
| Octal | 5 | 135 | 17 | 137 | 0 | 124 | 100 | 177 | 132 | 23 |
| Binary | 101 | 1011101 | 1111 | 1011111 | 0 | 1010100 | 1000000 | 1111111 | 1011010 | 10011 |
Color Harmonies of #055D0F
Complementary color
Monochromatic Colors of #055D0F
Black with #055D0F
Text Example
Text Example
White with #055D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D0F; }
p { color: rgb(5,93,15); }
H1.HeaderClassName
{
color: #055D0F;
}
.AnyTagClassName
{
color: #055D0F;
}
</style>
background-color css
<style>
a { background-color: #055D0F; }
a { background-color: rgb(5,93,15); }
div.DivClassName
{
background-color: #055D0F;
}
.BgClassName
{
background-color: #055D0F;
}
</style>
border-color css
<style>
span { border-color: #055D0F; }
span { border-color: rgb(5,93,15); }
td.TdClassName
{
border-color: #055D0F;
}
.TagClassName
{
border-color: #055D0F;
}
</style>