Shades of Fun Green #016531
Tints of Fun Green #016531
RGB
CMYK
RGB Variations
Color information
#016531 (or 0x016531) is known color: Fun Green. HEX triplet: 01, 65 and 31. RGB value is (1,101,49). Sum of RGB (Red+Green+Blue) = 1+101+49=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #016531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016531 is #FE9ACE. Grayscale: #414141. Windows color (decimal): -16685775 or 3237121. OLE color: 3237121.
HSL color Cylindrical-coordinate representation of color #016531: hue angle of 148.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016531 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 49 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.60 |
| HSL | 148.8º | 0.98% | 0.2% | - |
| HSV(B) | 148.8º | 0.99% | 0.4% | - |
| XYZ | 5.22 | 9.54 | 4.47 | - |
| YUV | 65.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 49 | 0.99 | 0 | 0.51 | 0.60 | 148.8 | 0.98 | 0.2 |
| Hex | 1 | 65 | 31 | 63 | 0 | 33 | 3C | 95 | 62 | 14 |
| Octal | 1 | 145 | 61 | 143 | 0 | 63 | 74 | 225 | 142 | 24 |
| Binary | 1 | 1100101 | 110001 | 1100011 | 0 | 110011 | 111100 | 10010101 | 1100010 | 10100 |
Color Harmonies of #016531
Complementary color
Monochromatic Colors of #016531
Black with #016531
Text Example
Text Example
White with #016531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016531; }
p { color: rgb(1,101,49); }
H1.HeaderClassName
{
color: #016531;
}
.AnyTagClassName
{
color: #016531;
}
</style>
background-color css
<style>
a { background-color: #016531; }
a { background-color: rgb(1,101,49); }
div.DivClassName
{
background-color: #016531;
}
.BgClassName
{
background-color: #016531;
}
</style>
border-color css
<style>
span { border-color: #016531; }
span { border-color: rgb(1,101,49); }
td.TdClassName
{
border-color: #016531;
}
.TagClassName
{
border-color: #016531;
}
</style>