Shades of Jewel #01643C
Tints of Jewel #01643C
RGB
CMYK
RGB Variations
Color information
#01643C (or 0x01643C) is known color: Jewel. HEX triplet: 01, 64 and 3C. RGB value is (1,100,60). Sum of RGB (Red+Green+Blue) = 1+100+60=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #01643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643C is #FE9BC3. Grayscale: #414141. Windows color (decimal): -16686020 or 3957761. OLE color: 3957761.
HSL color Cylindrical-coordinate representation of color #01643C: hue angle of 155.76º 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 #01643C is Cyan = 0.99, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 60 | - |
| CMYK | 0.99 | 0 | 0.4 | 0.61 |
| HSL | 155.76º | 0.98% | 0.2% | - |
| HSV(B) | 155.76º | 0.99% | 0.39% | - |
| XYZ | 5.39 | 9.45 | 5.81 | - |
| YUV | 65.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 60 | 0.99 | 0 | 0.4 | 0.61 | 155.76 | 0.98 | 0.2 |
| Hex | 1 | 64 | 3C | 63 | 0 | 28 | 3D | 9C | 62 | 14 |
| Octal | 1 | 144 | 74 | 143 | 0 | 50 | 75 | 234 | 142 | 24 |
| Binary | 1 | 1100100 | 111100 | 1100011 | 0 | 101000 | 111101 | 10011100 | 1100010 | 10100 |
Color Harmonies of #01643C
Complementary color
Monochromatic Colors of #01643C
Black with #01643C
Text Example
Text Example
White with #01643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01643C; }
p { color: rgb(1,100,60); }
H1.HeaderClassName
{
color: #01643C;
}
.AnyTagClassName
{
color: #01643C;
}
</style>
background-color css
<style>
a { background-color: #01643C; }
a { background-color: rgb(1,100,60); }
div.DivClassName
{
background-color: #01643C;
}
.BgClassName
{
background-color: #01643C;
}
</style>
border-color css
<style>
span { border-color: #01643C; }
span { border-color: rgb(1,100,60); }
td.TdClassName
{
border-color: #01643C;
}
.TagClassName
{
border-color: #01643C;
}
</style>