Shades of Jewel #01643D
Tints of Jewel #01643D
RGB
CMYK
RGB Variations
Color information
#01643D (or 0x01643D) is known color: Jewel. HEX triplet: 01, 64 and 3D. RGB value is (1,100,61). Sum of RGB (Red+Green+Blue) = 1+100+61=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #01643D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643D is #FE9BC2. Grayscale: #424242. Windows color (decimal): -16686019 or 4023297. OLE color: 4023297.
HSL color Cylindrical-coordinate representation of color #01643D: hue angle of 156.36º 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 #01643D is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 61 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.61 |
| HSL | 156.36º | 0.98% | 0.2% | - |
| HSV(B) | 156.36º | 0.99% | 0.39% | - |
| XYZ | 5.41 | 9.46 | 5.96 | - |
| YUV | 65.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 61 | 0.99 | 0 | 0.39 | 0.61 | 156.36 | 0.98 | 0.2 |
| Hex | 1 | 64 | 3D | 63 | 0 | 27 | 3D | 9C | 62 | 14 |
| Octal | 1 | 144 | 75 | 143 | 0 | 47 | 75 | 234 | 142 | 24 |
| Binary | 1 | 1100100 | 111101 | 1100011 | 0 | 100111 | 111101 | 10011100 | 1100010 | 10100 |
Color Harmonies of #01643D
Complementary color
Monochromatic Colors of #01643D
Black with #01643D
Text Example
Text Example
White with #01643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01643D; }
p { color: rgb(1,100,61); }
H1.HeaderClassName
{
color: #01643D;
}
.AnyTagClassName
{
color: #01643D;
}
</style>
background-color css
<style>
a { background-color: #01643D; }
a { background-color: rgb(1,100,61); }
div.DivClassName
{
background-color: #01643D;
}
.BgClassName
{
background-color: #01643D;
}
</style>
border-color css
<style>
span { border-color: #01643D; }
span { border-color: rgb(1,100,61); }
td.TdClassName
{
border-color: #01643D;
}
.TagClassName
{
border-color: #01643D;
}
</style>