Shades of Crusoe #015910
Tints of Crusoe #015910
RGB
CMYK
RGB Variations
Color information
#015910 (or 0x015910) is known color: Crusoe. HEX triplet: 01, 59 and 10. RGB value is (1,89,16). Sum of RGB (Red+Green+Blue) = 1+89+16=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 89 (35.16% from 255 or 83.96% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 89 - color contains mainly: green. Hex color #015910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015910 is #FEA6EF. Grayscale: #363636. Windows color (decimal): -16688880 or 1071361. OLE color: 1071361.
HSL color Cylindrical-coordinate representation of color #015910: hue angle of 130.23º 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 #015910 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 16 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.65 |
| HSL | 130.23º | 0.98% | 0.18% | - |
| HSV(B) | 130.23º | 0.99% | 0.35% | - |
| XYZ | 3.68 | 7.19 | 1.68 | - |
| YUV | 54.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 16 | 0.99 | 0 | 0.82 | 0.65 | 130.23 | 0.98 | 0.18 |
| Hex | 1 | 59 | 10 | 63 | 0 | 52 | 41 | 82 | 62 | 12 |
| Octal | 1 | 131 | 20 | 143 | 0 | 122 | 101 | 202 | 142 | 22 |
| Binary | 1 | 1011001 | 10000 | 1100011 | 0 | 1010010 | 1000001 | 10000010 | 1100010 | 10010 |
Color Harmonies of #015910
Complementary color
Monochromatic Colors of #015910
Black with #015910
Text Example
Text Example
White with #015910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015910; }
p { color: rgb(1,89,16); }
H1.HeaderClassName
{
color: #015910;
}
.AnyTagClassName
{
color: #015910;
}
</style>
background-color css
<style>
a { background-color: #015910; }
a { background-color: rgb(1,89,16); }
div.DivClassName
{
background-color: #015910;
}
.BgClassName
{
background-color: #015910;
}
</style>
border-color css
<style>
span { border-color: #015910; }
span { border-color: rgb(1,89,16); }
td.TdClassName
{
border-color: #015910;
}
.TagClassName
{
border-color: #015910;
}
</style>