Shades of Jewel #017337
Tints of Jewel #017337
RGB
CMYK
RGB Variations
Color information
#017337 (or 0x017337) is known color: Jewel. HEX triplet: 01, 73 and 37. RGB value is (1,115,55). Sum of RGB (Red+Green+Blue) = 1+115+55=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #017337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017337 is #FE8CC8. Grayscale: #4A4A4A. Windows color (decimal): -16682185 or 3633921. OLE color: 3633921.
HSL color Cylindrical-coordinate representation of color #017337: hue angle of 148.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017337 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 115 | 55 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.55 |
| HSL | 148.42º | 0.98% | 0.23% | - |
| HSV(B) | 148.42º | 0.99% | 0.45% | - |
| XYZ | 6.83 | 12.54 | 5.68 | - |
| YUV | 74.07 | 117.23 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 55 | 0.99 | 0 | 0.52 | 0.55 | 148.42 | 0.98 | 0.23 |
| Hex | 1 | 73 | 37 | 63 | 0 | 34 | 37 | 94 | 62 | 17 |
| Octal | 1 | 163 | 67 | 143 | 0 | 64 | 67 | 224 | 142 | 27 |
| Binary | 1 | 1110011 | 110111 | 1100011 | 0 | 110100 | 110111 | 10010100 | 1100010 | 10111 |
Color Harmonies of #017337
Complementary color
Monochromatic Colors of #017337
Black with #017337
Text Example
Text Example
White with #017337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017337; }
p { color: rgb(1,115,55); }
H1.HeaderClassName
{
color: #017337;
}
.AnyTagClassName
{
color: #017337;
}
</style>
background-color css
<style>
a { background-color: #017337; }
a { background-color: rgb(1,115,55); }
div.DivClassName
{
background-color: #017337;
}
.BgClassName
{
background-color: #017337;
}
</style>
border-color css
<style>
span { border-color: #017337; }
span { border-color: rgb(1,115,55); }
td.TdClassName
{
border-color: #017337;
}
.TagClassName
{
border-color: #017337;
}
</style>