Shades of Crusoe #015A10
Tints of Crusoe #015A10
RGB
CMYK
RGB Variations
Color information
#015A10 (or 0x015A10) is known color: Crusoe. HEX triplet: 01, 5A and 10. RGB value is (1,90,16). Sum of RGB (Red+Green+Blue) = 1+90+16=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 90 (35.55% from 255 or 84.11% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 90 - color contains mainly: green. Hex color #015A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A10 is #FEA5EF. Grayscale: #373737. Windows color (decimal): -16688624 or 1071617. OLE color: 1071617.
HSL color Cylindrical-coordinate representation of color #015A10: hue angle of 130.11º 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 #015A10 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 16 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.65 |
| HSL | 130.11º | 0.98% | 0.18% | - |
| HSV(B) | 130.11º | 0.99% | 0.35% | - |
| XYZ | 3.76 | 7.36 | 1.71 | - |
| YUV | 54.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 16 | 0.99 | 0 | 0.82 | 0.65 | 130.11 | 0.98 | 0.18 |
| Hex | 1 | 5A | 10 | 63 | 0 | 52 | 41 | 82 | 62 | 12 |
| Octal | 1 | 132 | 20 | 143 | 0 | 122 | 101 | 202 | 142 | 22 |
| Binary | 1 | 1011010 | 10000 | 1100011 | 0 | 1010010 | 1000001 | 10000010 | 1100010 | 10010 |
Color Harmonies of #015A10
Complementary color
Monochromatic Colors of #015A10
Black with #015A10
Text Example
Text Example
White with #015A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A10; }
p { color: rgb(1,90,16); }
H1.HeaderClassName
{
color: #015A10;
}
.AnyTagClassName
{
color: #015A10;
}
</style>
background-color css
<style>
a { background-color: #015A10; }
a { background-color: rgb(1,90,16); }
div.DivClassName
{
background-color: #015A10;
}
.BgClassName
{
background-color: #015A10;
}
</style>
border-color css
<style>
span { border-color: #015A10; }
span { border-color: rgb(1,90,16); }
td.TdClassName
{
border-color: #015A10;
}
.TagClassName
{
border-color: #015A10;
}
</style>