Shades of Fun Green #055835
Tints of Fun Green #055835
RGB
CMYK
RGB Variations
Color information
#055835 (or 0x055835) is known color: Fun Green. HEX triplet: 05, 58 and 35. RGB value is (5,88,53). Sum of RGB (Red+Green+Blue) = 5+88+53=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #055835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055835 is #FAA7CA. Grayscale: #3B3B3B. Windows color (decimal): -16426955 or 3495941. OLE color: 3495941.
HSL color Cylindrical-coordinate representation of color #055835: hue angle of 154.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055835 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 53 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.65 |
| HSL | 154.7º | 0.89% | 0.18% | - |
| HSV(B) | 154.7º | 0.94% | 0.35% | - |
| XYZ | 4.19 | 7.27 | 4.55 | - |
| YUV | 59.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 53 | 0.94 | 0 | 0.40 | 0.65 | 154.7 | 0.89 | 0.18 |
| Hex | 5 | 58 | 35 | 5E | 0 | 28 | 41 | 9B | 59 | 12 |
| Octal | 5 | 130 | 65 | 136 | 0 | 50 | 101 | 233 | 131 | 22 |
| Binary | 101 | 1011000 | 110101 | 1011110 | 0 | 101000 | 1000001 | 10011011 | 1011001 | 10010 |
Color Harmonies of #055835
Complementary color
Monochromatic Colors of #055835
Black with #055835
Text Example
Text Example
White with #055835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055835; }
p { color: rgb(5,88,53); }
H1.HeaderClassName
{
color: #055835;
}
.AnyTagClassName
{
color: #055835;
}
</style>
background-color css
<style>
a { background-color: #055835; }
a { background-color: rgb(5,88,53); }
div.DivClassName
{
background-color: #055835;
}
.BgClassName
{
background-color: #055835;
}
</style>
border-color css
<style>
span { border-color: #055835; }
span { border-color: rgb(5,88,53); }
td.TdClassName
{
border-color: #055835;
}
.TagClassName
{
border-color: #055835;
}
</style>