Shades of Fun Green #055E35
Tints of Fun Green #055E35
RGB
CMYK
RGB Variations
Color information
#055E35 (or 0x055E35) is known color: Fun Green. HEX triplet: 05, 5E and 35. RGB value is (5,94,53). Sum of RGB (Red+Green+Blue) = 5+94+53=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 94 (37.11% from 255 or 61.84% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 94 - color contains mainly: green. Hex color #055E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E35 is #FAA1CA. Grayscale: #3E3E3E. Windows color (decimal): -16425419 or 3497477. OLE color: 3497477.
HSL color Cylindrical-coordinate representation of color #055E35: hue angle of 152.36º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E35 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 53 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.63 |
| HSL | 152.36º | 0.9% | 0.19% | - |
| HSV(B) | 152.36º | 0.95% | 0.37% | - |
| XYZ | 4.71 | 8.29 | 4.72 | - |
| YUV | 62.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 53 | 0.95 | 0 | 0.44 | 0.63 | 152.36 | 0.9 | 0.19 |
| Hex | 5 | 5E | 35 | 5F | 0 | 2C | 3F | 98 | 5A | 13 |
| Octal | 5 | 136 | 65 | 137 | 0 | 54 | 77 | 230 | 132 | 23 |
| Binary | 101 | 1011110 | 110101 | 1011111 | 0 | 101100 | 111111 | 10011000 | 1011010 | 10011 |
Color Harmonies of #055E35
Complementary color
Monochromatic Colors of #055E35
Black with #055E35
Text Example
Text Example
White with #055E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E35; }
p { color: rgb(5,94,53); }
H1.HeaderClassName
{
color: #055E35;
}
.AnyTagClassName
{
color: #055E35;
}
</style>
background-color css
<style>
a { background-color: #055E35; }
a { background-color: rgb(5,94,53); }
div.DivClassName
{
background-color: #055E35;
}
.BgClassName
{
background-color: #055E35;
}
</style>
border-color css
<style>
span { border-color: #055E35; }
span { border-color: rgb(5,94,53); }
td.TdClassName
{
border-color: #055E35;
}
.TagClassName
{
border-color: #055E35;
}
</style>