Shades of Jewel #01633A
Tints of Jewel #01633A
RGB
CMYK
RGB Variations
Color information
#01633A (or 0x01633A) is known color: Jewel. HEX triplet: 01, 63 and 3A. RGB value is (1,99,58). Sum of RGB (Red+Green+Blue) = 1+99+58=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #01633A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01633A is #FE9CC5. Grayscale: #414141. Windows color (decimal): -16686278 or 3826433. OLE color: 3826433.
HSL color Cylindrical-coordinate representation of color #01633A: hue angle of 154.9º 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 #01633A is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 58 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.61 |
| HSL | 154.9º | 0.98% | 0.2% | - |
| HSV(B) | 154.9º | 0.99% | 0.39% | - |
| XYZ | 5.24 | 9.24 | 5.51 | - |
| YUV | 65.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 58 | 0.99 | 0 | 0.41 | 0.61 | 154.9 | 0.98 | 0.2 |
| Hex | 1 | 63 | 3A | 63 | 0 | 29 | 3D | 9B | 62 | 14 |
| Octal | 1 | 143 | 72 | 143 | 0 | 51 | 75 | 233 | 142 | 24 |
| Binary | 1 | 1100011 | 111010 | 1100011 | 0 | 101001 | 111101 | 10011011 | 1100010 | 10100 |
Color Harmonies of #01633A
Complementary color
Monochromatic Colors of #01633A
Black with #01633A
Text Example
Text Example
White with #01633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01633A; }
p { color: rgb(1,99,58); }
H1.HeaderClassName
{
color: #01633A;
}
.AnyTagClassName
{
color: #01633A;
}
</style>
background-color css
<style>
a { background-color: #01633A; }
a { background-color: rgb(1,99,58); }
div.DivClassName
{
background-color: #01633A;
}
.BgClassName
{
background-color: #01633A;
}
</style>
border-color css
<style>
span { border-color: #01633A; }
span { border-color: rgb(1,99,58); }
td.TdClassName
{
border-color: #01633A;
}
.TagClassName
{
border-color: #01633A;
}
</style>