Shades of Fun Green #055B3A
Tints of Fun Green #055B3A
RGB
CMYK
RGB Variations
Color information
#055B3A (or 0x055B3A) is known color: Fun Green. HEX triplet: 05, 5B and 3A. RGB value is (5,91,58). Sum of RGB (Red+Green+Blue) = 5+91+58=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #055B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B3A is #FAA4C5. Grayscale: #3D3D3D. Windows color (decimal): -16426182 or 3824389. OLE color: 3824389.
HSL color Cylindrical-coordinate representation of color #055B3A: hue angle of 156.98º 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 #055B3A is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 58 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.64 |
| HSL | 156.98º | 0.9% | 0.19% | - |
| HSV(B) | 156.98º | 0.95% | 0.36% | - |
| XYZ | 4.57 | 7.82 | 5.27 | - |
| YUV | 61.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 58 | 0.95 | 0 | 0.36 | 0.64 | 156.98 | 0.9 | 0.19 |
| Hex | 5 | 5B | 3A | 5F | 0 | 24 | 40 | 9D | 5A | 13 |
| Octal | 5 | 133 | 72 | 137 | 0 | 44 | 100 | 235 | 132 | 23 |
| Binary | 101 | 1011011 | 111010 | 1011111 | 0 | 100100 | 1000000 | 10011101 | 1011010 | 10011 |
Color Harmonies of #055B3A
Complementary color
Monochromatic Colors of #055B3A
Black with #055B3A
Text Example
Text Example
White with #055B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B3A; }
p { color: rgb(5,91,58); }
H1.HeaderClassName
{
color: #055B3A;
}
.AnyTagClassName
{
color: #055B3A;
}
</style>
background-color css
<style>
a { background-color: #055B3A; }
a { background-color: rgb(5,91,58); }
div.DivClassName
{
background-color: #055B3A;
}
.BgClassName
{
background-color: #055B3A;
}
</style>
border-color css
<style>
span { border-color: #055B3A; }
span { border-color: rgb(5,91,58); }
td.TdClassName
{
border-color: #055B3A;
}
.TagClassName
{
border-color: #055B3A;
}
</style>