Shades of Jewel #01613D
Tints of Jewel #01613D
RGB
CMYK
RGB Variations
Color information
#01613D (or 0x01613D) is known color: Jewel. HEX triplet: 01, 61 and 3D. RGB value is (1,97,61). Sum of RGB (Red+Green+Blue) = 1+97+61=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #01613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01613D is #FE9EC2. Grayscale: #404040. Windows color (decimal): -16686787 or 4022529. OLE color: 4022529.
HSL color Cylindrical-coordinate representation of color #01613D: hue angle of 157.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01613D is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 61 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.62 |
| HSL | 157.5º | 0.98% | 0.19% | - |
| HSV(B) | 157.5º | 0.99% | 0.38% | - |
| XYZ | 5.13 | 8.89 | 5.86 | - |
| YUV | 64.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 61 | 0.99 | 0 | 0.37 | 0.62 | 157.5 | 0.98 | 0.19 |
| Hex | 1 | 61 | 3D | 63 | 0 | 25 | 3E | 9E | 62 | 13 |
| Octal | 1 | 141 | 75 | 143 | 0 | 45 | 76 | 236 | 142 | 23 |
| Binary | 1 | 1100001 | 111101 | 1100011 | 0 | 100101 | 111110 | 10011110 | 1100010 | 10011 |
Color Harmonies of #01613D
Complementary color
Monochromatic Colors of #01613D
Black with #01613D
Text Example
Text Example
White with #01613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01613D; }
p { color: rgb(1,97,61); }
H1.HeaderClassName
{
color: #01613D;
}
.AnyTagClassName
{
color: #01613D;
}
</style>
background-color css
<style>
a { background-color: #01613D; }
a { background-color: rgb(1,97,61); }
div.DivClassName
{
background-color: #01613D;
}
.BgClassName
{
background-color: #01613D;
}
</style>
border-color css
<style>
span { border-color: #01613D; }
span { border-color: rgb(1,97,61); }
td.TdClassName
{
border-color: #01613D;
}
.TagClassName
{
border-color: #01613D;
}
</style>