Shades of Fun Green #056935
Tints of Fun Green #056935
RGB
CMYK
RGB Variations
Color information
#056935 (or 0x056935) is known color: Fun Green. HEX triplet: 05, 69 and 35. RGB value is (5,105,53). Sum of RGB (Red+Green+Blue) = 5+105+53=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #056935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056935 is #FA96CA. Grayscale: #454545. Windows color (decimal): -16422603 or 3500293. OLE color: 3500293.
HSL color Cylindrical-coordinate representation of color #056935: hue angle of 148.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056935 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 105 | 53 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.59 |
| HSL | 148.8º | 0.91% | 0.22% | - |
| HSV(B) | 148.8º | 0.95% | 0.41% | - |
| XYZ | 5.76 | 10.39 | 5.07 | - |
| YUV | 69.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 53 | 0.95 | 0 | 0.50 | 0.59 | 148.8 | 0.91 | 0.22 |
| Hex | 5 | 69 | 35 | 5F | 0 | 32 | 3B | 95 | 5B | 16 |
| Octal | 5 | 151 | 65 | 137 | 0 | 62 | 73 | 225 | 133 | 26 |
| Binary | 101 | 1101001 | 110101 | 1011111 | 0 | 110010 | 111011 | 10010101 | 1011011 | 10110 |
Color Harmonies of #056935
Complementary color
Monochromatic Colors of #056935
Black with #056935
Text Example
Text Example
White with #056935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056935; }
p { color: rgb(5,105,53); }
H1.HeaderClassName
{
color: #056935;
}
.AnyTagClassName
{
color: #056935;
}
</style>
background-color css
<style>
a { background-color: #056935; }
a { background-color: rgb(5,105,53); }
div.DivClassName
{
background-color: #056935;
}
.BgClassName
{
background-color: #056935;
}
</style>
border-color css
<style>
span { border-color: #056935; }
span { border-color: rgb(5,105,53); }
td.TdClassName
{
border-color: #056935;
}
.TagClassName
{
border-color: #056935;
}
</style>