Shades of Crusoe #01652C
Tints of Crusoe #01652C
RGB
CMYK
RGB Variations
Color information
#01652C (or 0x01652C) is known color: Crusoe. HEX triplet: 01, 65 and 2C. RGB value is (1,101,44). Sum of RGB (Red+Green+Blue) = 1+101+44=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #01652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652C is #FE9AD3. Grayscale: #404040. Windows color (decimal): -16685780 or 2909441. OLE color: 2909441.
HSL color Cylindrical-coordinate representation of color #01652C: hue angle of 145.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 #01652C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 44 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.60 |
| HSL | 145.8º | 0.98% | 0.2% | - |
| HSV(B) | 145.8º | 0.99% | 0.4% | - |
| XYZ | 5.12 | 9.5 | 3.95 | - |
| YUV | 64.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 44 | 0.99 | 0 | 0.56 | 0.60 | 145.8 | 0.98 | 0.2 |
| Hex | 1 | 65 | 2C | 63 | 0 | 38 | 3C | 92 | 62 | 14 |
| Octal | 1 | 145 | 54 | 143 | 0 | 70 | 74 | 222 | 142 | 24 |
| Binary | 1 | 1100101 | 101100 | 1100011 | 0 | 111000 | 111100 | 10010010 | 1100010 | 10100 |
Color Harmonies of #01652C
Complementary color
Monochromatic Colors of #01652C
Black with #01652C
Text Example
Text Example
White with #01652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01652C; }
p { color: rgb(1,101,44); }
H1.HeaderClassName
{
color: #01652C;
}
.AnyTagClassName
{
color: #01652C;
}
</style>
background-color css
<style>
a { background-color: #01652C; }
a { background-color: rgb(1,101,44); }
div.DivClassName
{
background-color: #01652C;
}
.BgClassName
{
background-color: #01652C;
}
</style>
border-color css
<style>
span { border-color: #01652C; }
span { border-color: rgb(1,101,44); }
td.TdClassName
{
border-color: #01652C;
}
.TagClassName
{
border-color: #01652C;
}
</style>