Shades of Crusoe #01632B
Tints of Crusoe #01632B
RGB
CMYK
RGB Variations
Color information
#01632B (or 0x01632B) is known color: Crusoe. HEX triplet: 01, 63 and 2B. RGB value is (1,99,43). Sum of RGB (Red+Green+Blue) = 1+99+43=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #01632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632B is #FE9CD4. Grayscale: #3F3F3F. Windows color (decimal): -16686293 or 2843393. OLE color: 2843393.
HSL color Cylindrical-coordinate representation of color #01632B: hue angle of 145.71º 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 #01632B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 43 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.61 |
| HSL | 145.71º | 0.98% | 0.2% | - |
| HSV(B) | 145.71º | 0.99% | 0.39% | - |
| XYZ | 4.91 | 9.1 | 3.78 | - |
| YUV | 63.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 43 | 0.99 | 0 | 0.57 | 0.61 | 145.71 | 0.98 | 0.2 |
| Hex | 1 | 63 | 2B | 63 | 0 | 39 | 3D | 92 | 62 | 14 |
| Octal | 1 | 143 | 53 | 143 | 0 | 71 | 75 | 222 | 142 | 24 |
| Binary | 1 | 1100011 | 101011 | 1100011 | 0 | 111001 | 111101 | 10010010 | 1100010 | 10100 |
Color Harmonies of #01632B
Complementary color
Monochromatic Colors of #01632B
Black with #01632B
Text Example
Text Example
White with #01632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01632B; }
p { color: rgb(1,99,43); }
H1.HeaderClassName
{
color: #01632B;
}
.AnyTagClassName
{
color: #01632B;
}
</style>
background-color css
<style>
a { background-color: #01632B; }
a { background-color: rgb(1,99,43); }
div.DivClassName
{
background-color: #01632B;
}
.BgClassName
{
background-color: #01632B;
}
</style>
border-color css
<style>
span { border-color: #01632B; }
span { border-color: rgb(1,99,43); }
td.TdClassName
{
border-color: #01632B;
}
.TagClassName
{
border-color: #01632B;
}
</style>