Shades of Green #055C06
Tints of Green #055C06
RGB
CMYK
RGB Variations
Color information
#055C06 (or 0x055C06) is known color: Green. HEX triplet: 05, 5C and 06. RGB value is (5,92,6). Sum of RGB (Red+Green+Blue) = 5+92+6=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 92 (36.33% from 255 or 89.32% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 92 - color contains mainly: green. Hex color #055C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C06 is #FAA3F9. Grayscale: #383838. Windows color (decimal): -16425978 or 416773. OLE color: 416773.
HSL color Cylindrical-coordinate representation of color #055C06: hue angle of 120.69º 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 #055C06 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 6 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.64 |
| HSL | 120.69º | 0.9% | 0.19% | - |
| HSV(B) | 120.69º | 0.95% | 0.36% | - |
| XYZ | 3.92 | 7.7 | 1.45 | - |
| YUV | 56.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 6 | 0.95 | 0 | 0.93 | 0.64 | 120.69 | 0.9 | 0.19 |
| Hex | 5 | 5C | 6 | 5F | 0 | 5D | 40 | 79 | 5A | 13 |
| Octal | 5 | 134 | 6 | 137 | 0 | 135 | 100 | 171 | 132 | 23 |
| Binary | 101 | 1011100 | 110 | 1011111 | 0 | 1011101 | 1000000 | 1111001 | 1011010 | 10011 |
Color Harmonies of #055C06
Complementary color
Monochromatic Colors of #055C06
Black with #055C06
Text Example
Text Example
White with #055C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C06; }
p { color: rgb(5,92,6); }
H1.HeaderClassName
{
color: #055C06;
}
.AnyTagClassName
{
color: #055C06;
}
</style>
background-color css
<style>
a { background-color: #055C06; }
a { background-color: rgb(5,92,6); }
div.DivClassName
{
background-color: #055C06;
}
.BgClassName
{
background-color: #055C06;
}
</style>
border-color css
<style>
span { border-color: #055C06; }
span { border-color: rgb(5,92,6); }
td.TdClassName
{
border-color: #055C06;
}
.TagClassName
{
border-color: #055C06;
}
</style>