Shades of Jewel #017039
Tints of Jewel #017039
RGB
CMYK
RGB Variations
Color information
#017039 (or 0x017039) is known color: Jewel. HEX triplet: 01, 70 and 39. RGB value is (1,112,57). Sum of RGB (Red+Green+Blue) = 1+112+57=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #017039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017039 is #FE8FC6. Grayscale: #484848. Windows color (decimal): -16682951 or 3764225. OLE color: 3764225.
HSL color Cylindrical-coordinate representation of color #017039: hue angle of 150.27º 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 #017039 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 57 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.56 |
| HSL | 150.27º | 0.98% | 0.22% | - |
| HSV(B) | 150.27º | 0.99% | 0.44% | - |
| XYZ | 6.55 | 11.89 | 5.82 | - |
| YUV | 72.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 57 | 0.99 | 0 | 0.49 | 0.56 | 150.27 | 0.98 | 0.22 |
| Hex | 1 | 70 | 39 | 63 | 0 | 31 | 38 | 96 | 62 | 16 |
| Octal | 1 | 160 | 71 | 143 | 0 | 61 | 70 | 226 | 142 | 26 |
| Binary | 1 | 1110000 | 111001 | 1100011 | 0 | 110001 | 111000 | 10010110 | 1100010 | 10110 |
Color Harmonies of #017039
Complementary color
Monochromatic Colors of #017039
Black with #017039
Text Example
Text Example
White with #017039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017039; }
p { color: rgb(1,112,57); }
H1.HeaderClassName
{
color: #017039;
}
.AnyTagClassName
{
color: #017039;
}
</style>
background-color css
<style>
a { background-color: #017039; }
a { background-color: rgb(1,112,57); }
div.DivClassName
{
background-color: #017039;
}
.BgClassName
{
background-color: #017039;
}
</style>
border-color css
<style>
span { border-color: #017039; }
span { border-color: rgb(1,112,57); }
td.TdClassName
{
border-color: #017039;
}
.TagClassName
{
border-color: #017039;
}
</style>