Shades of Crusoe #01632E
Tints of Crusoe #01632E
RGB
CMYK
RGB Variations
Color information
#01632E (or 0x01632E) is known color: Crusoe. HEX triplet: 01, 63 and 2E. RGB value is (1,99,46). Sum of RGB (Red+Green+Blue) = 1+99+46=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #01632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632E is #FE9CD1. Grayscale: #3F3F3F. Windows color (decimal): -16686290 or 3040001. OLE color: 3040001.
HSL color Cylindrical-coordinate representation of color #01632E: hue angle of 147.55º 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 #01632E is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 46 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.61 |
| HSL | 147.55º | 0.98% | 0.2% | - |
| HSV(B) | 147.55º | 0.99% | 0.39% | - |
| XYZ | 4.97 | 9.13 | 4.08 | - |
| YUV | 63.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 46 | 0.99 | 0 | 0.54 | 0.61 | 147.55 | 0.98 | 0.2 |
| Hex | 1 | 63 | 2E | 63 | 0 | 36 | 3D | 94 | 62 | 14 |
| Octal | 1 | 143 | 56 | 143 | 0 | 66 | 75 | 224 | 142 | 24 |
| Binary | 1 | 1100011 | 101110 | 1100011 | 0 | 110110 | 111101 | 10010100 | 1100010 | 10100 |
Color Harmonies of #01632E
Complementary color
Monochromatic Colors of #01632E
Black with #01632E
Text Example
Text Example
White with #01632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01632E; }
p { color: rgb(1,99,46); }
H1.HeaderClassName
{
color: #01632E;
}
.AnyTagClassName
{
color: #01632E;
}
</style>
background-color css
<style>
a { background-color: #01632E; }
a { background-color: rgb(1,99,46); }
div.DivClassName
{
background-color: #01632E;
}
.BgClassName
{
background-color: #01632E;
}
</style>
border-color css
<style>
span { border-color: #01632E; }
span { border-color: rgb(1,99,46); }
td.TdClassName
{
border-color: #01632E;
}
.TagClassName
{
border-color: #01632E;
}
</style>