Shades of Crusoe #01611C
Tints of Crusoe #01611C
RGB
CMYK
RGB Variations
Color information
#01611C (or 0x01611C) is known color: Crusoe. HEX triplet: 01, 61 and 1C. RGB value is (1,97,28). Sum of RGB (Red+Green+Blue) = 1+97+28=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #01611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01611C is #FE9EE3. Grayscale: #3C3C3C. Windows color (decimal): -16686820 or 1859841. OLE color: 1859841.
HSL color Cylindrical-coordinate representation of color #01611C: hue angle of 136.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01611C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 28 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.62 |
| HSL | 136.88º | 0.98% | 0.19% | - |
| HSV(B) | 136.88º | 0.99% | 0.38% | - |
| XYZ | 4.5 | 8.64 | 2.53 | - |
| YUV | 60.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 28 | 0.99 | 0 | 0.71 | 0.62 | 136.88 | 0.98 | 0.19 |
| Hex | 1 | 61 | 1C | 63 | 0 | 47 | 3E | 89 | 62 | 13 |
| Octal | 1 | 141 | 34 | 143 | 0 | 107 | 76 | 211 | 142 | 23 |
| Binary | 1 | 1100001 | 11100 | 1100011 | 0 | 1000111 | 111110 | 10001001 | 1100010 | 10011 |
Color Harmonies of #01611C
Complementary color
Monochromatic Colors of #01611C
Black with #01611C
Text Example
Text Example
White with #01611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01611C; }
p { color: rgb(1,97,28); }
H1.HeaderClassName
{
color: #01611C;
}
.AnyTagClassName
{
color: #01611C;
}
</style>
background-color css
<style>
a { background-color: #01611C; }
a { background-color: rgb(1,97,28); }
div.DivClassName
{
background-color: #01611C;
}
.BgClassName
{
background-color: #01611C;
}
</style>
border-color css
<style>
span { border-color: #01611C; }
span { border-color: rgb(1,97,28); }
td.TdClassName
{
border-color: #01611C;
}
.TagClassName
{
border-color: #01611C;
}
</style>