Shades of Green #055C08
Tints of Green #055C08
RGB
CMYK
RGB Variations
Color information
#055C08 (or 0x055C08) is known color: Green. HEX triplet: 05, 5C and 08. RGB value is (5,92,8). Sum of RGB (Red+Green+Blue) = 5+92+8=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 92 (36.33% from 255 or 87.62% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 92 - color contains mainly: green. Hex color #055C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C08 is #FAA3F7. Grayscale: #383838. Windows color (decimal): -16425976 or 547845. OLE color: 547845.
HSL color Cylindrical-coordinate representation of color #055C08: hue angle of 122.07º 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 #055C08 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 8 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.64 |
| HSL | 122.07º | 0.9% | 0.19% | - |
| HSV(B) | 122.07º | 0.95% | 0.36% | - |
| XYZ | 3.93 | 7.7 | 1.51 | - |
| YUV | 56.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 8 | 0.95 | 0 | 0.91 | 0.64 | 122.07 | 0.9 | 0.19 |
| Hex | 5 | 5C | 8 | 5F | 0 | 5B | 40 | 7A | 5A | 13 |
| Octal | 5 | 134 | 10 | 137 | 0 | 133 | 100 | 172 | 132 | 23 |
| Binary | 101 | 1011100 | 1000 | 1011111 | 0 | 1011011 | 1000000 | 1111010 | 1011010 | 10011 |
Color Harmonies of #055C08
Complementary color
Monochromatic Colors of #055C08
Black with #055C08
Text Example
Text Example
White with #055C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C08; }
p { color: rgb(5,92,8); }
H1.HeaderClassName
{
color: #055C08;
}
.AnyTagClassName
{
color: #055C08;
}
</style>
background-color css
<style>
a { background-color: #055C08; }
a { background-color: rgb(5,92,8); }
div.DivClassName
{
background-color: #055C08;
}
.BgClassName
{
background-color: #055C08;
}
</style>
border-color css
<style>
span { border-color: #055C08; }
span { border-color: rgb(5,92,8); }
td.TdClassName
{
border-color: #055C08;
}
.TagClassName
{
border-color: #055C08;
}
</style>