Shades of Jewel #017037
Tints of Jewel #017037
RGB
CMYK
RGB Variations
Color information
#017037 (or 0x017037) is known color: Jewel. HEX triplet: 01, 70 and 37. RGB value is (1,112,55). Sum of RGB (Red+Green+Blue) = 1+112+55=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #017037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017037 is #FE8FC8. Grayscale: #484848. Windows color (decimal): -16682953 or 3633153. OLE color: 3633153.
HSL color Cylindrical-coordinate representation of color #017037: hue angle of 149.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017037 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 55 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.56 |
| HSL | 149.19º | 0.98% | 0.22% | - |
| HSV(B) | 149.19º | 0.99% | 0.44% | - |
| XYZ | 6.5 | 11.87 | 5.56 | - |
| YUV | 72.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 55 | 0.99 | 0 | 0.51 | 0.56 | 149.19 | 0.98 | 0.22 |
| Hex | 1 | 70 | 37 | 63 | 0 | 33 | 38 | 95 | 62 | 16 |
| Octal | 1 | 160 | 67 | 143 | 0 | 63 | 70 | 225 | 142 | 26 |
| Binary | 1 | 1110000 | 110111 | 1100011 | 0 | 110011 | 111000 | 10010101 | 1100010 | 10110 |
Color Harmonies of #017037
Complementary color
Monochromatic Colors of #017037
Black with #017037
Text Example
Text Example
White with #017037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017037; }
p { color: rgb(1,112,55); }
H1.HeaderClassName
{
color: #017037;
}
.AnyTagClassName
{
color: #017037;
}
</style>
background-color css
<style>
a { background-color: #017037; }
a { background-color: rgb(1,112,55); }
div.DivClassName
{
background-color: #017037;
}
.BgClassName
{
background-color: #017037;
}
</style>
border-color css
<style>
span { border-color: #017037; }
span { border-color: rgb(1,112,55); }
td.TdClassName
{
border-color: #017037;
}
.TagClassName
{
border-color: #017037;
}
</style>