Shades of Fun Green #016832
Tints of Fun Green #016832
RGB
CMYK
RGB Variations
Color information
#016832 (or 0x016832) is known color: Fun Green. HEX triplet: 01, 68 and 32. RGB value is (1,104,50). Sum of RGB (Red+Green+Blue) = 1+104+50=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #016832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016832 is #FE97CD. Grayscale: #434343. Windows color (decimal): -16685006 or 3303425. OLE color: 3303425.
HSL color Cylindrical-coordinate representation of color #016832: hue angle of 148.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016832 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 50 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.59 |
| HSL | 148.54º | 0.98% | 0.21% | - |
| HSV(B) | 148.54º | 0.99% | 0.41% | - |
| XYZ | 5.54 | 10.14 | 4.68 | - |
| YUV | 67.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 50 | 0.99 | 0 | 0.52 | 0.59 | 148.54 | 0.98 | 0.21 |
| Hex | 1 | 68 | 32 | 63 | 0 | 34 | 3B | 95 | 62 | 15 |
| Octal | 1 | 150 | 62 | 143 | 0 | 64 | 73 | 225 | 142 | 25 |
| Binary | 1 | 1101000 | 110010 | 1100011 | 0 | 110100 | 111011 | 10010101 | 1100010 | 10101 |
Color Harmonies of #016832
Complementary color
Monochromatic Colors of #016832
Black with #016832
Text Example
Text Example
White with #016832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016832; }
p { color: rgb(1,104,50); }
H1.HeaderClassName
{
color: #016832;
}
.AnyTagClassName
{
color: #016832;
}
</style>
background-color css
<style>
a { background-color: #016832; }
a { background-color: rgb(1,104,50); }
div.DivClassName
{
background-color: #016832;
}
.BgClassName
{
background-color: #016832;
}
</style>
border-color css
<style>
span { border-color: #016832; }
span { border-color: rgb(1,104,50); }
td.TdClassName
{
border-color: #016832;
}
.TagClassName
{
border-color: #016832;
}
</style>