Shades of Fun Green #055A34
Tints of Fun Green #055A34
RGB
CMYK
RGB Variations
Color information
#055A34 (or 0x055A34) is known color: Fun Green. HEX triplet: 05, 5A and 34. RGB value is (5,90,52). Sum of RGB (Red+Green+Blue) = 5+90+52=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #055A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A34 is #FAA5CB. Grayscale: #3C3C3C. Windows color (decimal): -16426444 or 3430917. OLE color: 3430917.
HSL color Cylindrical-coordinate representation of color #055A34: hue angle of 153.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A34 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 52 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.65 |
| HSL | 153.18º | 0.89% | 0.19% | - |
| HSV(B) | 153.18º | 0.94% | 0.35% | - |
| XYZ | 4.34 | 7.59 | 4.49 | - |
| YUV | 60.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 52 | 0.94 | 0 | 0.42 | 0.65 | 153.18 | 0.89 | 0.19 |
| Hex | 5 | 5A | 34 | 5E | 0 | 2A | 41 | 99 | 59 | 13 |
| Octal | 5 | 132 | 64 | 136 | 0 | 52 | 101 | 231 | 131 | 23 |
| Binary | 101 | 1011010 | 110100 | 1011110 | 0 | 101010 | 1000001 | 10011001 | 1011001 | 10011 |
Color Harmonies of #055A34
Complementary color
Monochromatic Colors of #055A34
Black with #055A34
Text Example
Text Example
White with #055A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A34; }
p { color: rgb(5,90,52); }
H1.HeaderClassName
{
color: #055A34;
}
.AnyTagClassName
{
color: #055A34;
}
</style>
background-color css
<style>
a { background-color: #055A34; }
a { background-color: rgb(5,90,52); }
div.DivClassName
{
background-color: #055A34;
}
.BgClassName
{
background-color: #055A34;
}
</style>
border-color css
<style>
span { border-color: #055A34; }
span { border-color: rgb(5,90,52); }
td.TdClassName
{
border-color: #055A34;
}
.TagClassName
{
border-color: #055A34;
}
</style>