Shades of Fun Green #055C37
Tints of Fun Green #055C37
RGB
CMYK
RGB Variations
Color information
#055C37 (or 0x055C37) is known color: Fun Green. HEX triplet: 05, 5C and 37. RGB value is (5,92,55). Sum of RGB (Red+Green+Blue) = 5+92+55=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #055C37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C37 is #FAA3C8. Grayscale: #3D3D3D. Windows color (decimal): -16425929 or 3628037. OLE color: 3628037.
HSL color Cylindrical-coordinate representation of color #055C37: hue angle of 154.48º 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 #055C37 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 55 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.64 |
| HSL | 154.48º | 0.9% | 0.19% | - |
| HSV(B) | 154.48º | 0.95% | 0.36% | - |
| XYZ | 4.58 | 7.96 | 4.91 | - |
| YUV | 61.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 55 | 0.95 | 0 | 0.40 | 0.64 | 154.48 | 0.9 | 0.19 |
| Hex | 5 | 5C | 37 | 5F | 0 | 28 | 40 | 9A | 5A | 13 |
| Octal | 5 | 134 | 67 | 137 | 0 | 50 | 100 | 232 | 132 | 23 |
| Binary | 101 | 1011100 | 110111 | 1011111 | 0 | 101000 | 1000000 | 10011010 | 1011010 | 10011 |
Color Harmonies of #055C37
Complementary color
Monochromatic Colors of #055C37
Black with #055C37
Text Example
Text Example
White with #055C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C37; }
p { color: rgb(5,92,55); }
H1.HeaderClassName
{
color: #055C37;
}
.AnyTagClassName
{
color: #055C37;
}
</style>
background-color css
<style>
a { background-color: #055C37; }
a { background-color: rgb(5,92,55); }
div.DivClassName
{
background-color: #055C37;
}
.BgClassName
{
background-color: #055C37;
}
</style>
border-color css
<style>
span { border-color: #055C37; }
span { border-color: rgb(5,92,55); }
td.TdClassName
{
border-color: #055C37;
}
.TagClassName
{
border-color: #055C37;
}
</style>