Shades of Green #055C01
Tints of Green #055C01
RGB
CMYK
RGB Variations
Color information
#055C01 (or 0x055C01) is known color: Green. HEX triplet: 05, 5C and 01. RGB value is (5,92,1). Sum of RGB (Red+Green+Blue) = 5+92+1=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 92 (36.33% from 255 or 93.88% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 92 - color contains mainly: green. Hex color #055C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C01 is #FAA3FE. Grayscale: #373737. Windows color (decimal): -16425983 or 89093. OLE color: 89093.
HSL color Cylindrical-coordinate representation of color #055C01: hue angle of 117.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #055C01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.64 |
| HSL | 117.36º | 0.98% | 0.18% | - |
| HSV(B) | 117.36º | 0.99% | 0.36% | - |
| XYZ | 3.9 | 7.69 | 1.31 | - |
| YUV | 55.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 1 | 0.95 | 0 | 0.99 | 0.64 | 117.36 | 0.98 | 0.18 |
| Hex | 5 | 5C | 1 | 5F | 0 | 63 | 40 | 75 | 62 | 12 |
| Octal | 5 | 134 | 1 | 137 | 0 | 143 | 100 | 165 | 142 | 22 |
| Binary | 101 | 1011100 | 1 | 1011111 | 0 | 1100011 | 1000000 | 1110101 | 1100010 | 10010 |
Color Harmonies of #055C01
Complementary color
Monochromatic Colors of #055C01
Black with #055C01
Text Example
Text Example
White with #055C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C01; }
p { color: rgb(5,92,1); }
H1.HeaderClassName
{
color: #055C01;
}
.AnyTagClassName
{
color: #055C01;
}
</style>
background-color css
<style>
a { background-color: #055C01; }
a { background-color: rgb(5,92,1); }
div.DivClassName
{
background-color: #055C01;
}
.BgClassName
{
background-color: #055C01;
}
</style>
border-color css
<style>
span { border-color: #055C01; }
span { border-color: rgb(5,92,1); }
td.TdClassName
{
border-color: #055C01;
}
.TagClassName
{
border-color: #055C01;
}
</style>