Shades of Jewel #01643E
Tints of Jewel #01643E
RGB
CMYK
RGB Variations
Color information
#01643E (or 0x01643E) is known color: Jewel. HEX triplet: 01, 64 and 3E. RGB value is (1,100,62). Sum of RGB (Red+Green+Blue) = 1+100+62=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #01643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643E is #FE9BC1. Grayscale: #424242. Windows color (decimal): -16686018 or 4088833. OLE color: 4088833.
HSL color Cylindrical-coordinate representation of color #01643E: hue angle of 156.97º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01643E is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 62 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.61 |
| HSL | 156.97º | 0.98% | 0.2% | - |
| HSV(B) | 156.97º | 0.99% | 0.39% | - |
| XYZ | 5.44 | 9.47 | 6.1 | - |
| YUV | 66.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 62 | 0.99 | 0 | 0.38 | 0.61 | 156.97 | 0.98 | 0.2 |
| Hex | 1 | 64 | 3E | 63 | 0 | 26 | 3D | 9D | 62 | 14 |
| Octal | 1 | 144 | 76 | 143 | 0 | 46 | 75 | 235 | 142 | 24 |
| Binary | 1 | 1100100 | 111110 | 1100011 | 0 | 100110 | 111101 | 10011101 | 1100010 | 10100 |
Color Harmonies of #01643E
Complementary color
Monochromatic Colors of #01643E
Black with #01643E
Text Example
Text Example
White with #01643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01643E; }
p { color: rgb(1,100,62); }
H1.HeaderClassName
{
color: #01643E;
}
.AnyTagClassName
{
color: #01643E;
}
</style>
background-color css
<style>
a { background-color: #01643E; }
a { background-color: rgb(1,100,62); }
div.DivClassName
{
background-color: #01643E;
}
.BgClassName
{
background-color: #01643E;
}
</style>
border-color css
<style>
span { border-color: #01643E; }
span { border-color: rgb(1,100,62); }
td.TdClassName
{
border-color: #01643E;
}
.TagClassName
{
border-color: #01643E;
}
</style>