Shades of Jewel #01713E
Tints of Jewel #01713E
RGB
CMYK
RGB Variations
Color information
#01713E (or 0x01713E) is known color: Jewel. HEX triplet: 01, 71 and 3E. RGB value is (1,113,62). Sum of RGB (Red+Green+Blue) = 1+113+62=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #01713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01713E is #FE8EC1. Grayscale: #494949. Windows color (decimal): -16682690 or 4092161. OLE color: 4092161.
HSL color Cylindrical-coordinate representation of color #01713E: hue angle of 152.68º 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 #01713E is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 62 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.56 |
| HSL | 152.68º | 0.98% | 0.22% | - |
| HSV(B) | 152.68º | 0.99% | 0.44% | - |
| XYZ | 6.79 | 12.16 | 6.55 | - |
| YUV | 73.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 62 | 0.99 | 0 | 0.45 | 0.56 | 152.68 | 0.98 | 0.22 |
| Hex | 1 | 71 | 3E | 63 | 0 | 2D | 38 | 99 | 62 | 16 |
| Octal | 1 | 161 | 76 | 143 | 0 | 55 | 70 | 231 | 142 | 26 |
| Binary | 1 | 1110001 | 111110 | 1100011 | 0 | 101101 | 111000 | 10011001 | 1100010 | 10110 |
Color Harmonies of #01713E
Complementary color
Monochromatic Colors of #01713E
Black with #01713E
Text Example
Text Example
White with #01713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01713E; }
p { color: rgb(1,113,62); }
H1.HeaderClassName
{
color: #01713E;
}
.AnyTagClassName
{
color: #01713E;
}
</style>
background-color css
<style>
a { background-color: #01713E; }
a { background-color: rgb(1,113,62); }
div.DivClassName
{
background-color: #01713E;
}
.BgClassName
{
background-color: #01713E;
}
</style>
border-color css
<style>
span { border-color: #01713E; }
span { border-color: rgb(1,113,62); }
td.TdClassName
{
border-color: #01713E;
}
.TagClassName
{
border-color: #01713E;
}
</style>