Shades of Jewel #016D3E
Tints of Jewel #016D3E
RGB
CMYK
RGB Variations
Color information
#016D3E (or 0x016D3E) is known color: Jewel. HEX triplet: 01, 6D and 3E. RGB value is (1,109,62). Sum of RGB (Red+Green+Blue) = 1+109+62=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 109 (42.97% from 255 or 63.37% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 109 - color contains mainly: green. Hex color #016D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D3E is #FE92C1. Grayscale: #474747. Windows color (decimal): -16683714 or 4091137. OLE color: 4091137.
HSL color Cylindrical-coordinate representation of color #016D3E: hue angle of 153.89º 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 #016D3E is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 62 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.57 |
| HSL | 153.89º | 0.98% | 0.22% | - |
| HSV(B) | 153.89º | 0.99% | 0.43% | - |
| XYZ | 6.35 | 11.29 | 6.4 | - |
| YUV | 71.35 | 122.72 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 62 | 0.99 | 0 | 0.43 | 0.57 | 153.89 | 0.98 | 0.22 |
| Hex | 1 | 6D | 3E | 63 | 0 | 2B | 39 | 9A | 62 | 16 |
| Octal | 1 | 155 | 76 | 143 | 0 | 53 | 71 | 232 | 142 | 26 |
| Binary | 1 | 1101101 | 111110 | 1100011 | 0 | 101011 | 111001 | 10011010 | 1100010 | 10110 |
Color Harmonies of #016D3E
Complementary color
Monochromatic Colors of #016D3E
Black with #016D3E
Text Example
Text Example
White with #016D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D3E; }
p { color: rgb(1,109,62); }
H1.HeaderClassName
{
color: #016D3E;
}
.AnyTagClassName
{
color: #016D3E;
}
</style>
background-color css
<style>
a { background-color: #016D3E; }
a { background-color: rgb(1,109,62); }
div.DivClassName
{
background-color: #016D3E;
}
.BgClassName
{
background-color: #016D3E;
}
</style>
border-color css
<style>
span { border-color: #016D3E; }
span { border-color: rgb(1,109,62); }
td.TdClassName
{
border-color: #016D3E;
}
.TagClassName
{
border-color: #016D3E;
}
</style>