Shades of Fun Green #057035
Tints of Fun Green #057035
RGB
CMYK
RGB Variations
Color information
#057035 (or 0x057035) is known color: Fun Green. HEX triplet: 05, 70 and 35. RGB value is (5,112,53). Sum of RGB (Red+Green+Blue) = 5+112+53=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #057035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057035 is #FA8FCA. Grayscale: #494949. Windows color (decimal): -16420811 or 3502085. OLE color: 3502085.
HSL color Cylindrical-coordinate representation of color #057035: hue angle of 146.92º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057035 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 53 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.56 |
| HSL | 146.92º | 0.91% | 0.23% | - |
| HSV(B) | 146.92º | 0.96% | 0.44% | - |
| XYZ | 6.5 | 11.88 | 5.32 | - |
| YUV | 73.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 53 | 0.96 | 0 | 0.53 | 0.56 | 146.92 | 0.91 | 0.23 |
| Hex | 5 | 70 | 35 | 60 | 0 | 35 | 38 | 93 | 5B | 17 |
| Octal | 5 | 160 | 65 | 140 | 0 | 65 | 70 | 223 | 133 | 27 |
| Binary | 101 | 1110000 | 110101 | 1100000 | 0 | 110101 | 111000 | 10010011 | 1011011 | 10111 |
Color Harmonies of #057035
Complementary color
Monochromatic Colors of #057035
Black with #057035
Text Example
Text Example
White with #057035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057035; }
p { color: rgb(5,112,53); }
H1.HeaderClassName
{
color: #057035;
}
.AnyTagClassName
{
color: #057035;
}
</style>
background-color css
<style>
a { background-color: #057035; }
a { background-color: rgb(5,112,53); }
div.DivClassName
{
background-color: #057035;
}
.BgClassName
{
background-color: #057035;
}
</style>
border-color css
<style>
span { border-color: #057035; }
span { border-color: rgb(5,112,53); }
td.TdClassName
{
border-color: #057035;
}
.TagClassName
{
border-color: #057035;
}
</style>