Shades of Crusoe #01712C
Tints of Crusoe #01712C
RGB
CMYK
RGB Variations
Color information
#01712C (or 0x01712C) is known color: Crusoe. HEX triplet: 01, 71 and 2C. RGB value is (1,113,44). Sum of RGB (Red+Green+Blue) = 1+113+44=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #01712C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01712C is #FE8ED3. Grayscale: #474747. Windows color (decimal): -16682708 or 2912513. OLE color: 2912513.
HSL color Cylindrical-coordinate representation of color #01712C: hue angle of 143.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01712C is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 44 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.56 |
| HSL | 143.04º | 0.98% | 0.22% | - |
| HSV(B) | 143.04º | 0.99% | 0.44% | - |
| XYZ | 6.37 | 12 | 4.36 | - |
| YUV | 71.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 44 | 0.99 | 0 | 0.61 | 0.56 | 143.04 | 0.98 | 0.22 |
| Hex | 1 | 71 | 2C | 63 | 0 | 3D | 38 | 8F | 62 | 16 |
| Octal | 1 | 161 | 54 | 143 | 0 | 75 | 70 | 217 | 142 | 26 |
| Binary | 1 | 1110001 | 101100 | 1100011 | 0 | 111101 | 111000 | 10001111 | 1100010 | 10110 |
Color Harmonies of #01712C
Complementary color
Monochromatic Colors of #01712C
Black with #01712C
Text Example
Text Example
White with #01712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01712C; }
p { color: rgb(1,113,44); }
H1.HeaderClassName
{
color: #01712C;
}
.AnyTagClassName
{
color: #01712C;
}
</style>
background-color css
<style>
a { background-color: #01712C; }
a { background-color: rgb(1,113,44); }
div.DivClassName
{
background-color: #01712C;
}
.BgClassName
{
background-color: #01712C;
}
</style>
border-color css
<style>
span { border-color: #01712C; }
span { border-color: rgb(1,113,44); }
td.TdClassName
{
border-color: #01712C;
}
.TagClassName
{
border-color: #01712C;
}
</style>