Shades of Crusoe #01681C
Tints of Crusoe #01681C
RGB
CMYK
RGB Variations
Color information
#01681C (or 0x01681C) is known color: Crusoe. HEX triplet: 01, 68 and 1C. RGB value is (1,104,28). Sum of RGB (Red+Green+Blue) = 1+104+28=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #01681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01681C is #FE97E3. Grayscale: #404040. Windows color (decimal): -16685028 or 1861633. OLE color: 1861633.
HSL color Cylindrical-coordinate representation of color #01681C: hue angle of 135.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01681C is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 28 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.59 |
| HSL | 135.73º | 0.98% | 0.21% | - |
| HSV(B) | 135.73º | 0.99% | 0.41% | - |
| XYZ | 5.17 | 9.99 | 2.75 | - |
| YUV | 64.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 28 | 0.99 | 0 | 0.73 | 0.59 | 135.73 | 0.98 | 0.21 |
| Hex | 1 | 68 | 1C | 63 | 0 | 49 | 3B | 88 | 62 | 15 |
| Octal | 1 | 150 | 34 | 143 | 0 | 111 | 73 | 210 | 142 | 25 |
| Binary | 1 | 1101000 | 11100 | 1100011 | 0 | 1001001 | 111011 | 10001000 | 1100010 | 10101 |
Color Harmonies of #01681C
Complementary color
Monochromatic Colors of #01681C
Black with #01681C
Text Example
Text Example
White with #01681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01681C; }
p { color: rgb(1,104,28); }
H1.HeaderClassName
{
color: #01681C;
}
.AnyTagClassName
{
color: #01681C;
}
</style>
background-color css
<style>
a { background-color: #01681C; }
a { background-color: rgb(1,104,28); }
div.DivClassName
{
background-color: #01681C;
}
.BgClassName
{
background-color: #01681C;
}
</style>
border-color css
<style>
span { border-color: #01681C; }
span { border-color: rgb(1,104,28); }
td.TdClassName
{
border-color: #01681C;
}
.TagClassName
{
border-color: #01681C;
}
</style>