Shades of Crusoe #01591E
Tints of Crusoe #01591E
RGB
CMYK
RGB Variations
Color information
#01591E (or 0x01591E) is known color: Crusoe. HEX triplet: 01, 59 and 1E. RGB value is (1,89,30). Sum of RGB (Red+Green+Blue) = 1+89+30=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #01591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01591E is #FEA6E1. Grayscale: #383838. Windows color (decimal): -16688866 or 1988865. OLE color: 1988865.
HSL color Cylindrical-coordinate representation of color #01591E: hue angle of 139.77º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01591E is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 30 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.65 |
| HSL | 139.77º | 0.98% | 0.18% | - |
| HSV(B) | 139.77º | 0.99% | 0.35% | - |
| XYZ | 3.82 | 7.24 | 2.43 | - |
| YUV | 55.96 | 113.35 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 30 | 0.99 | 0 | 0.66 | 0.65 | 139.77 | 0.98 | 0.18 |
| Hex | 1 | 59 | 1E | 63 | 0 | 42 | 41 | 8C | 62 | 12 |
| Octal | 1 | 131 | 36 | 143 | 0 | 102 | 101 | 214 | 142 | 22 |
| Binary | 1 | 1011001 | 11110 | 1100011 | 0 | 1000010 | 1000001 | 10001100 | 1100010 | 10010 |
Color Harmonies of #01591E
Complementary color
Monochromatic Colors of #01591E
Black with #01591E
Text Example
Text Example
White with #01591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01591E; }
p { color: rgb(1,89,30); }
H1.HeaderClassName
{
color: #01591E;
}
.AnyTagClassName
{
color: #01591E;
}
</style>
background-color css
<style>
a { background-color: #01591E; }
a { background-color: rgb(1,89,30); }
div.DivClassName
{
background-color: #01591E;
}
.BgClassName
{
background-color: #01591E;
}
</style>
border-color css
<style>
span { border-color: #01591E; }
span { border-color: rgb(1,89,30); }
td.TdClassName
{
border-color: #01591E;
}
.TagClassName
{
border-color: #01591E;
}
</style>