Shades of Fun Green #016036
Tints of Fun Green #016036
RGB
CMYK
RGB Variations
Color information
#016036 (or 0x016036) is known color: Fun Green. HEX triplet: 01, 60 and 36. RGB value is (1,96,54). Sum of RGB (Red+Green+Blue) = 1+96+54=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #016036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016036 is #FE9FC9. Grayscale: #3E3E3E. Windows color (decimal): -16687050 or 3563521. OLE color: 3563521.
HSL color Cylindrical-coordinate representation of color #016036: hue angle of 153.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016036 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 54 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.62 |
| HSL | 153.47º | 0.98% | 0.19% | - |
| HSV(B) | 153.47º | 0.99% | 0.38% | - |
| XYZ | 4.86 | 8.64 | 4.9 | - |
| YUV | 62.81 | 123.03 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 54 | 0.99 | 0 | 0.44 | 0.62 | 153.47 | 0.98 | 0.19 |
| Hex | 1 | 60 | 36 | 63 | 0 | 2C | 3E | 99 | 62 | 13 |
| Octal | 1 | 140 | 66 | 143 | 0 | 54 | 76 | 231 | 142 | 23 |
| Binary | 1 | 1100000 | 110110 | 1100011 | 0 | 101100 | 111110 | 10011001 | 1100010 | 10011 |
Color Harmonies of #016036
Complementary color
Monochromatic Colors of #016036
Black with #016036
Text Example
Text Example
White with #016036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016036; }
p { color: rgb(1,96,54); }
H1.HeaderClassName
{
color: #016036;
}
.AnyTagClassName
{
color: #016036;
}
</style>
background-color css
<style>
a { background-color: #016036; }
a { background-color: rgb(1,96,54); }
div.DivClassName
{
background-color: #016036;
}
.BgClassName
{
background-color: #016036;
}
</style>
border-color css
<style>
span { border-color: #016036; }
span { border-color: rgb(1,96,54); }
td.TdClassName
{
border-color: #016036;
}
.TagClassName
{
border-color: #016036;
}
</style>