Shades of Fun Green #056F32
Tints of Fun Green #056F32
RGB
CMYK
RGB Variations
Color information
#056F32 (or 0x056F32) is known color: Fun Green. HEX triplet: 05, 6F and 32. RGB value is (5,111,50). Sum of RGB (Red+Green+Blue) = 5+111+50=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 111 (43.75% from 255 or 66.87% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 111 - color contains mainly: green. Hex color #056F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F32 is #FA90CD. Grayscale: #484848. Windows color (decimal): -16421070 or 3305221. OLE color: 3305221.
HSL color Cylindrical-coordinate representation of color #056F32: hue angle of 145.47º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F32 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 50 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.56 |
| HSL | 145.47º | 0.91% | 0.23% | - |
| HSV(B) | 145.47º | 0.95% | 0.44% | - |
| XYZ | 6.32 | 11.63 | 4.93 | - |
| YUV | 72.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 50 | 0.95 | 0 | 0.55 | 0.56 | 145.47 | 0.91 | 0.23 |
| Hex | 5 | 6F | 32 | 5F | 0 | 37 | 38 | 91 | 5B | 17 |
| Octal | 5 | 157 | 62 | 137 | 0 | 67 | 70 | 221 | 133 | 27 |
| Binary | 101 | 1101111 | 110010 | 1011111 | 0 | 110111 | 111000 | 10010001 | 1011011 | 10111 |
Color Harmonies of #056F32
Complementary color
Monochromatic Colors of #056F32
Black with #056F32
Text Example
Text Example
White with #056F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F32; }
p { color: rgb(5,111,50); }
H1.HeaderClassName
{
color: #056F32;
}
.AnyTagClassName
{
color: #056F32;
}
</style>
background-color css
<style>
a { background-color: #056F32; }
a { background-color: rgb(5,111,50); }
div.DivClassName
{
background-color: #056F32;
}
.BgClassName
{
background-color: #056F32;
}
</style>
border-color css
<style>
span { border-color: #056F32; }
span { border-color: rgb(5,111,50); }
td.TdClassName
{
border-color: #056F32;
}
.TagClassName
{
border-color: #056F32;
}
</style>