Shades of Crusoe #015A18
Tints of Crusoe #015A18
RGB
CMYK
RGB Variations
Color information
#015A18 (or 0x015A18) is known color: Crusoe. HEX triplet: 01, 5A and 18. RGB value is (1,90,24). Sum of RGB (Red+Green+Blue) = 1+90+24=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #015A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A18 is #FEA5E7. Grayscale: #383838. Windows color (decimal): -16688616 or 1595905. OLE color: 1595905.
HSL color Cylindrical-coordinate representation of color #015A18: hue angle of 135.51º 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 #015A18 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 24 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.65 |
| HSL | 135.51º | 0.98% | 0.18% | - |
| HSV(B) | 135.51º | 0.99% | 0.35% | - |
| XYZ | 3.83 | 7.38 | 2.09 | - |
| YUV | 55.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 24 | 0.99 | 0 | 0.73 | 0.65 | 135.51 | 0.98 | 0.18 |
| Hex | 1 | 5A | 18 | 63 | 0 | 49 | 41 | 88 | 62 | 12 |
| Octal | 1 | 132 | 30 | 143 | 0 | 111 | 101 | 210 | 142 | 22 |
| Binary | 1 | 1011010 | 11000 | 1100011 | 0 | 1001001 | 1000001 | 10001000 | 1100010 | 10010 |
Color Harmonies of #015A18
Complementary color
Monochromatic Colors of #015A18
Black with #015A18
Text Example
Text Example
White with #015A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A18; }
p { color: rgb(1,90,24); }
H1.HeaderClassName
{
color: #015A18;
}
.AnyTagClassName
{
color: #015A18;
}
</style>
background-color css
<style>
a { background-color: #015A18; }
a { background-color: rgb(1,90,24); }
div.DivClassName
{
background-color: #015A18;
}
.BgClassName
{
background-color: #015A18;
}
</style>
border-color css
<style>
span { border-color: #015A18; }
span { border-color: rgb(1,90,24); }
td.TdClassName
{
border-color: #015A18;
}
.TagClassName
{
border-color: #015A18;
}
</style>