Shades of Jewel #01653B
Tints of Jewel #01653B
RGB
CMYK
RGB Variations
Color information
#01653B (or 0x01653B) is known color: Jewel. HEX triplet: 01, 65 and 3B. RGB value is (1,101,59). Sum of RGB (Red+Green+Blue) = 1+101+59=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #01653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01653B is #FE9AC4. Grayscale: #424242. Windows color (decimal): -16685765 or 3892481. OLE color: 3892481.
HSL color Cylindrical-coordinate representation of color #01653B: hue angle of 154.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01653B is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 59 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.60 |
| HSL | 154.8º | 0.98% | 0.2% | - |
| HSV(B) | 154.8º | 0.99% | 0.4% | - |
| XYZ | 5.46 | 9.63 | 5.71 | - |
| YUV | 66.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 59 | 0.99 | 0 | 0.42 | 0.60 | 154.8 | 0.98 | 0.2 |
| Hex | 1 | 65 | 3B | 63 | 0 | 2A | 3C | 9B | 62 | 14 |
| Octal | 1 | 145 | 73 | 143 | 0 | 52 | 74 | 233 | 142 | 24 |
| Binary | 1 | 1100101 | 111011 | 1100011 | 0 | 101010 | 111100 | 10011011 | 1100010 | 10100 |
Color Harmonies of #01653B
Complementary color
Monochromatic Colors of #01653B
Black with #01653B
Text Example
Text Example
White with #01653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01653B; }
p { color: rgb(1,101,59); }
H1.HeaderClassName
{
color: #01653B;
}
.AnyTagClassName
{
color: #01653B;
}
</style>
background-color css
<style>
a { background-color: #01653B; }
a { background-color: rgb(1,101,59); }
div.DivClassName
{
background-color: #01653B;
}
.BgClassName
{
background-color: #01653B;
}
</style>
border-color css
<style>
span { border-color: #01653B; }
span { border-color: rgb(1,101,59); }
td.TdClassName
{
border-color: #01653B;
}
.TagClassName
{
border-color: #01653B;
}
</style>