Shades of Crusoe #015918
Tints of Crusoe #015918
RGB
CMYK
RGB Variations
Color information
#015918 (or 0x015918) is known color: Crusoe. HEX triplet: 01, 59 and 18. RGB value is (1,89,24). Sum of RGB (Red+Green+Blue) = 1+89+24=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #015918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015918 is #FEA6E7. Grayscale: #373737. Windows color (decimal): -16688872 or 1595649. OLE color: 1595649.
HSL color Cylindrical-coordinate representation of color #015918: hue angle of 135.68º 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 #015918 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 24 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.65 |
| HSL | 135.68º | 0.98% | 0.18% | - |
| HSV(B) | 135.68º | 0.99% | 0.35% | - |
| XYZ | 3.75 | 7.22 | 2.06 | - |
| YUV | 55.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 24 | 0.99 | 0 | 0.73 | 0.65 | 135.68 | 0.98 | 0.18 |
| Hex | 1 | 59 | 18 | 63 | 0 | 49 | 41 | 88 | 62 | 12 |
| Octal | 1 | 131 | 30 | 143 | 0 | 111 | 101 | 210 | 142 | 22 |
| Binary | 1 | 1011001 | 11000 | 1100011 | 0 | 1001001 | 1000001 | 10001000 | 1100010 | 10010 |
Color Harmonies of #015918
Complementary color
Monochromatic Colors of #015918
Black with #015918
Text Example
Text Example
White with #015918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015918; }
p { color: rgb(1,89,24); }
H1.HeaderClassName
{
color: #015918;
}
.AnyTagClassName
{
color: #015918;
}
</style>
background-color css
<style>
a { background-color: #015918; }
a { background-color: rgb(1,89,24); }
div.DivClassName
{
background-color: #015918;
}
.BgClassName
{
background-color: #015918;
}
</style>
border-color css
<style>
span { border-color: #015918; }
span { border-color: rgb(1,89,24); }
td.TdClassName
{
border-color: #015918;
}
.TagClassName
{
border-color: #015918;
}
</style>