Shades of Green #055D00
Tints of Green #055D00
RGB
CMYK
RGB Variations
Color information
#055D00 (or 0x055D00) is known color: Green. HEX triplet: 05, 5D and 00. RGB value is (5,93,0). Sum of RGB (Red+Green+Blue) = 5+93+0=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 93 (36.72% from 255 or 94.90% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 93 - color contains mainly: green. Hex color #055D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055D00 is #FAA2FF. Grayscale: #383838. Windows color (decimal): -16425728 or 23813. OLE color: 23813.
HSL color Cylindrical-coordinate representation of color #055D00: hue angle of 116.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #055D00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.64 |
| HSL | 116.77º | 1% | 0.18% | - |
| HSV(B) | 116.77º | 1% | 0.36% | - |
| XYZ | 3.98 | 7.86 | 1.31 | - |
| YUV | 56.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 0 | 0.95 | 0 | 1 | 0.64 | 116.77 | 1 | 0.18 |
| Hex | 5 | 5D | 0 | 5F | 0 | 64 | 40 | 75 | 64 | 12 |
| Octal | 5 | 135 | 0 | 137 | 0 | 144 | 100 | 165 | 144 | 22 |
| Binary | 101 | 1011101 | 0 | 1011111 | 0 | 1100100 | 1000000 | 1110101 | 1100100 | 10010 |
Color Harmonies of #055D00
Complementary color
Monochromatic Colors of #055D00
Black with #055D00
Text Example
Text Example
White with #055D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D00; }
p { color: rgb(5,93,0); }
H1.HeaderClassName
{
color: #055D00;
}
.AnyTagClassName
{
color: #055D00;
}
</style>
background-color css
<style>
a { background-color: #055D00; }
a { background-color: rgb(5,93,0); }
div.DivClassName
{
background-color: #055D00;
}
.BgClassName
{
background-color: #055D00;
}
</style>
border-color css
<style>
span { border-color: #055D00; }
span { border-color: rgb(5,93,0); }
td.TdClassName
{
border-color: #055D00;
}
.TagClassName
{
border-color: #055D00;
}
</style>