Shades of Green #055C0A
Tints of Green #055C0A
RGB
CMYK
RGB Variations
Color information
#055C0A (or 0x055C0A) is known color: Green. HEX triplet: 05, 5C and 0A. RGB value is (5,92,10). Sum of RGB (Red+Green+Blue) = 5+92+10=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 92 (36.33% from 255 or 85.98% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 92 - color contains mainly: green. Hex color #055C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C0A is #FAA3F5. Grayscale: #383838. Windows color (decimal): -16425974 or 678917. OLE color: 678917.
HSL color Cylindrical-coordinate representation of color #055C0A: hue angle of 123.45º 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 #055C0A is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 10 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.64 |
| HSL | 123.45º | 0.9% | 0.19% | - |
| HSV(B) | 123.45º | 0.95% | 0.36% | - |
| XYZ | 3.94 | 7.71 | 1.57 | - |
| YUV | 56.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 10 | 0.95 | 0 | 0.89 | 0.64 | 123.45 | 0.9 | 0.19 |
| Hex | 5 | 5C | A | 5F | 0 | 59 | 40 | 7B | 5A | 13 |
| Octal | 5 | 134 | 12 | 137 | 0 | 131 | 100 | 173 | 132 | 23 |
| Binary | 101 | 1011100 | 1010 | 1011111 | 0 | 1011001 | 1000000 | 1111011 | 1011010 | 10011 |
Color Harmonies of #055C0A
Complementary color
Monochromatic Colors of #055C0A
Black with #055C0A
Text Example
Text Example
White with #055C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C0A; }
p { color: rgb(5,92,10); }
H1.HeaderClassName
{
color: #055C0A;
}
.AnyTagClassName
{
color: #055C0A;
}
</style>
background-color css
<style>
a { background-color: #055C0A; }
a { background-color: rgb(5,92,10); }
div.DivClassName
{
background-color: #055C0A;
}
.BgClassName
{
background-color: #055C0A;
}
</style>
border-color css
<style>
span { border-color: #055C0A; }
span { border-color: rgb(5,92,10); }
td.TdClassName
{
border-color: #055C0A;
}
.TagClassName
{
border-color: #055C0A;
}
</style>