Shades of Fun Green #016D34
Tints of Fun Green #016D34
RGB
CMYK
RGB Variations
Color information
#016D34 (or 0x016D34) is known color: Fun Green. HEX triplet: 01, 6D and 34. RGB value is (1,109,52). Sum of RGB (Red+Green+Blue) = 1+109+52=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 109 (42.97% from 255 or 67.28% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 109 - color contains mainly: green. Hex color #016D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D34 is #FE92CB. Grayscale: #464646. Windows color (decimal): -16683724 or 3435777. OLE color: 3435777.
HSL color Cylindrical-coordinate representation of color #016D34: hue angle of 148.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D34 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 52 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.57 |
| HSL | 148.33º | 0.98% | 0.22% | - |
| HSV(B) | 148.33º | 0.99% | 0.43% | - |
| XYZ | 6.1 | 11.19 | 5.09 | - |
| YUV | 70.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 52 | 0.99 | 0 | 0.52 | 0.57 | 148.33 | 0.98 | 0.22 |
| Hex | 1 | 6D | 34 | 63 | 0 | 34 | 39 | 94 | 62 | 16 |
| Octal | 1 | 155 | 64 | 143 | 0 | 64 | 71 | 224 | 142 | 26 |
| Binary | 1 | 1101101 | 110100 | 1100011 | 0 | 110100 | 111001 | 10010100 | 1100010 | 10110 |
Color Harmonies of #016D34
Complementary color
Monochromatic Colors of #016D34
Black with #016D34
Text Example
Text Example
White with #016D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D34; }
p { color: rgb(1,109,52); }
H1.HeaderClassName
{
color: #016D34;
}
.AnyTagClassName
{
color: #016D34;
}
</style>
background-color css
<style>
a { background-color: #016D34; }
a { background-color: rgb(1,109,52); }
div.DivClassName
{
background-color: #016D34;
}
.BgClassName
{
background-color: #016D34;
}
</style>
border-color css
<style>
span { border-color: #016D34; }
span { border-color: rgb(1,109,52); }
td.TdClassName
{
border-color: #016D34;
}
.TagClassName
{
border-color: #016D34;
}
</style>