Shades of Fun Green #056F34
Tints of Fun Green #056F34
RGB
CMYK
RGB Variations
Color information
#056F34 (or 0x056F34) is known color: Fun Green. HEX triplet: 05, 6F and 34. RGB value is (5,111,52). Sum of RGB (Red+Green+Blue) = 5+111+52=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #056F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F34 is #FA90CB. Grayscale: #484848. Windows color (decimal): -16421068 or 3436293. OLE color: 3436293.
HSL color Cylindrical-coordinate representation of color #056F34: hue angle of 146.6º 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 #056F34 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 52 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.56 |
| HSL | 146.6º | 0.91% | 0.23% | - |
| HSV(B) | 146.6º | 0.95% | 0.44% | - |
| XYZ | 6.37 | 11.65 | 5.16 | - |
| YUV | 72.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 52 | 0.95 | 0 | 0.53 | 0.56 | 146.6 | 0.91 | 0.23 |
| Hex | 5 | 6F | 34 | 5F | 0 | 35 | 38 | 93 | 5B | 17 |
| Octal | 5 | 157 | 64 | 137 | 0 | 65 | 70 | 223 | 133 | 27 |
| Binary | 101 | 1101111 | 110100 | 1011111 | 0 | 110101 | 111000 | 10010011 | 1011011 | 10111 |
Color Harmonies of #056F34
Complementary color
Monochromatic Colors of #056F34
Black with #056F34
Text Example
Text Example
White with #056F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F34; }
p { color: rgb(5,111,52); }
H1.HeaderClassName
{
color: #056F34;
}
.AnyTagClassName
{
color: #056F34;
}
</style>
background-color css
<style>
a { background-color: #056F34; }
a { background-color: rgb(5,111,52); }
div.DivClassName
{
background-color: #056F34;
}
.BgClassName
{
background-color: #056F34;
}
</style>
border-color css
<style>
span { border-color: #056F34; }
span { border-color: rgb(5,111,52); }
td.TdClassName
{
border-color: #056F34;
}
.TagClassName
{
border-color: #056F34;
}
</style>