Shades of Crusoe #015D15
Tints of Crusoe #015D15
RGB
CMYK
RGB Variations
Color information
#015D15 (or 0x015D15) is known color: Crusoe. HEX triplet: 01, 5D and 15. RGB value is (1,93,21). Sum of RGB (Red+Green+Blue) = 1+93+21=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #015D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D15 is #FEA2EA. Grayscale: #393939. Windows color (decimal): -16687851 or 1400065. OLE color: 1400065.
HSL color Cylindrical-coordinate representation of color #015D15: hue angle of 133.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D15 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 21 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.64 |
| HSL | 133.04º | 0.98% | 0.18% | - |
| HSV(B) | 133.04º | 0.99% | 0.36% | - |
| XYZ | 4.06 | 7.89 | 2.02 | - |
| YUV | 57.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 21 | 0.99 | 0 | 0.77 | 0.64 | 133.04 | 0.98 | 0.18 |
| Hex | 1 | 5D | 15 | 63 | 0 | 4D | 40 | 85 | 62 | 12 |
| Octal | 1 | 135 | 25 | 143 | 0 | 115 | 100 | 205 | 142 | 22 |
| Binary | 1 | 1011101 | 10101 | 1100011 | 0 | 1001101 | 1000000 | 10000101 | 1100010 | 10010 |
Color Harmonies of #015D15
Complementary color
Monochromatic Colors of #015D15
Black with #015D15
Text Example
Text Example
White with #015D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D15; }
p { color: rgb(1,93,21); }
H1.HeaderClassName
{
color: #015D15;
}
.AnyTagClassName
{
color: #015D15;
}
</style>
background-color css
<style>
a { background-color: #015D15; }
a { background-color: rgb(1,93,21); }
div.DivClassName
{
background-color: #015D15;
}
.BgClassName
{
background-color: #015D15;
}
</style>
border-color css
<style>
span { border-color: #015D15; }
span { border-color: rgb(1,93,21); }
td.TdClassName
{
border-color: #015D15;
}
.TagClassName
{
border-color: #015D15;
}
</style>