Shades of Crusoe #015915
Tints of Crusoe #015915
RGB
CMYK
RGB Variations
Color information
#015915 (or 0x015915) is known color: Crusoe. HEX triplet: 01, 59 and 15. RGB value is (1,89,21). Sum of RGB (Red+Green+Blue) = 1+89+21=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #015915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015915 is #FEA6EA. Grayscale: #373737. Windows color (decimal): -16688875 or 1399041. OLE color: 1399041.
HSL color Cylindrical-coordinate representation of color #015915: hue angle of 133.64º 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 #015915 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 21 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.65 |
| HSL | 133.64º | 0.98% | 0.18% | - |
| HSV(B) | 133.64º | 0.99% | 0.35% | - |
| XYZ | 3.72 | 7.21 | 1.9 | - |
| YUV | 54.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 21 | 0.99 | 0 | 0.76 | 0.65 | 133.64 | 0.98 | 0.18 |
| Hex | 1 | 59 | 15 | 63 | 0 | 4C | 41 | 86 | 62 | 12 |
| Octal | 1 | 131 | 25 | 143 | 0 | 114 | 101 | 206 | 142 | 22 |
| Binary | 1 | 1011001 | 10101 | 1100011 | 0 | 1001100 | 1000001 | 10000110 | 1100010 | 10010 |
Color Harmonies of #015915
Complementary color
Monochromatic Colors of #015915
Black with #015915
Text Example
Text Example
White with #015915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015915; }
p { color: rgb(1,89,21); }
H1.HeaderClassName
{
color: #015915;
}
.AnyTagClassName
{
color: #015915;
}
</style>
background-color css
<style>
a { background-color: #015915; }
a { background-color: rgb(1,89,21); }
div.DivClassName
{
background-color: #015915;
}
.BgClassName
{
background-color: #015915;
}
</style>
border-color css
<style>
span { border-color: #015915; }
span { border-color: rgb(1,89,21); }
td.TdClassName
{
border-color: #015915;
}
.TagClassName
{
border-color: #015915;
}
</style>