Shades of Jewel #017036
Tints of Jewel #017036
RGB
CMYK
RGB Variations
Color information
#017036 (or 0x017036) is known color: Jewel. HEX triplet: 01, 70 and 36. RGB value is (1,112,54). Sum of RGB (Red+Green+Blue) = 1+112+54=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #017036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017036 is #FE8FC9. Grayscale: #484848. Windows color (decimal): -16682954 or 3567617. OLE color: 3567617.
HSL color Cylindrical-coordinate representation of color #017036: hue angle of 148.65º 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 #017036 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 54 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.56 |
| HSL | 148.65º | 0.98% | 0.22% | - |
| HSV(B) | 148.65º | 0.99% | 0.44% | - |
| XYZ | 6.47 | 11.86 | 5.44 | - |
| YUV | 72.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 54 | 0.99 | 0 | 0.52 | 0.56 | 148.65 | 0.98 | 0.22 |
| Hex | 1 | 70 | 36 | 63 | 0 | 34 | 38 | 95 | 62 | 16 |
| Octal | 1 | 160 | 66 | 143 | 0 | 64 | 70 | 225 | 142 | 26 |
| Binary | 1 | 1110000 | 110110 | 1100011 | 0 | 110100 | 111000 | 10010101 | 1100010 | 10110 |
Color Harmonies of #017036
Complementary color
Monochromatic Colors of #017036
Black with #017036
Text Example
Text Example
White with #017036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017036; }
p { color: rgb(1,112,54); }
H1.HeaderClassName
{
color: #017036;
}
.AnyTagClassName
{
color: #017036;
}
</style>
background-color css
<style>
a { background-color: #017036; }
a { background-color: rgb(1,112,54); }
div.DivClassName
{
background-color: #017036;
}
.BgClassName
{
background-color: #017036;
}
</style>
border-color css
<style>
span { border-color: #017036; }
span { border-color: rgb(1,112,54); }
td.TdClassName
{
border-color: #017036;
}
.TagClassName
{
border-color: #017036;
}
</style>