Shades of Fun Green #017432
Tints of Fun Green #017432
RGB
CMYK
RGB Variations
Color information
#017432 (or 0x017432) is known color: Fun Green. HEX triplet: 01, 74 and 32. RGB value is (1,116,50). Sum of RGB (Red+Green+Blue) = 1+116+50=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #017432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017432 is #FE8BCD. Grayscale: #4A4A4A. Windows color (decimal): -16681934 or 3306497. OLE color: 3306497.
HSL color Cylindrical-coordinate representation of color #017432: hue angle of 145.57º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017432 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 50 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.55 |
| HSL | 145.57º | 0.98% | 0.23% | - |
| HSV(B) | 145.57º | 0.99% | 0.45% | - |
| XYZ | 6.83 | 12.73 | 5.11 | - |
| YUV | 74.09 | 114.4 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 50 | 0.99 | 0 | 0.57 | 0.55 | 145.57 | 0.98 | 0.23 |
| Hex | 1 | 74 | 32 | 63 | 0 | 39 | 37 | 92 | 62 | 17 |
| Octal | 1 | 164 | 62 | 143 | 0 | 71 | 67 | 222 | 142 | 27 |
| Binary | 1 | 1110100 | 110010 | 1100011 | 0 | 111001 | 110111 | 10010010 | 1100010 | 10111 |
Color Harmonies of #017432
Complementary color
Monochromatic Colors of #017432
Black with #017432
Text Example
Text Example
White with #017432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017432; }
p { color: rgb(1,116,50); }
H1.HeaderClassName
{
color: #017432;
}
.AnyTagClassName
{
color: #017432;
}
</style>
background-color css
<style>
a { background-color: #017432; }
a { background-color: rgb(1,116,50); }
div.DivClassName
{
background-color: #017432;
}
.BgClassName
{
background-color: #017432;
}
</style>
border-color css
<style>
span { border-color: #017432; }
span { border-color: rgb(1,116,50); }
td.TdClassName
{
border-color: #017432;
}
.TagClassName
{
border-color: #017432;
}
</style>