Shades of Crusoe #015D20
Tints of Crusoe #015D20
RGB
CMYK
RGB Variations
Color information
#015D20 (or 0x015D20) is known color: Crusoe. HEX triplet: 01, 5D and 20. RGB value is (1,93,32). Sum of RGB (Red+Green+Blue) = 1+93+32=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 93 (36.72% from 255 or 73.81% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 93 - color contains mainly: green. Hex color #015D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D20 is #FEA2DF. Grayscale: #3A3A3A. Windows color (decimal): -16687840 or 2120961. OLE color: 2120961.
HSL color Cylindrical-coordinate representation of color #015D20: hue angle of 140.22º 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 #015D20 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 32 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.64 |
| HSL | 140.22º | 0.98% | 0.18% | - |
| HSV(B) | 140.22º | 0.99% | 0.36% | - |
| XYZ | 4.19 | 7.94 | 2.68 | - |
| YUV | 58.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 32 | 0.99 | 0 | 0.66 | 0.64 | 140.22 | 0.98 | 0.18 |
| Hex | 1 | 5D | 20 | 63 | 0 | 42 | 40 | 8C | 62 | 12 |
| Octal | 1 | 135 | 40 | 143 | 0 | 102 | 100 | 214 | 142 | 22 |
| Binary | 1 | 1011101 | 100000 | 1100011 | 0 | 1000010 | 1000000 | 10001100 | 1100010 | 10010 |
Color Harmonies of #015D20
Complementary color
Monochromatic Colors of #015D20
Black with #015D20
Text Example
Text Example
White with #015D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D20; }
p { color: rgb(1,93,32); }
H1.HeaderClassName
{
color: #015D20;
}
.AnyTagClassName
{
color: #015D20;
}
</style>
background-color css
<style>
a { background-color: #015D20; }
a { background-color: rgb(1,93,32); }
div.DivClassName
{
background-color: #015D20;
}
.BgClassName
{
background-color: #015D20;
}
</style>
border-color css
<style>
span { border-color: #015D20; }
span { border-color: rgb(1,93,32); }
td.TdClassName
{
border-color: #015D20;
}
.TagClassName
{
border-color: #015D20;
}
</style>