Shades of Crusoe #015D24
Tints of Crusoe #015D24
RGB
CMYK
RGB Variations
Color information
#015D24 (or 0x015D24) is known color: Crusoe. HEX triplet: 01, 5D and 24. RGB value is (1,93,36). Sum of RGB (Red+Green+Blue) = 1+93+36=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #015D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D24 is #FEA2DB. Grayscale: #3B3B3B. Windows color (decimal): -16687836 or 2383105. OLE color: 2383105.
HSL color Cylindrical-coordinate representation of color #015D24: hue angle of 142.83º 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 #015D24 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 36 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.64 |
| HSL | 142.83º | 0.98% | 0.18% | - |
| HSV(B) | 142.83º | 0.99% | 0.36% | - |
| XYZ | 4.25 | 7.96 | 2.98 | - |
| YUV | 58.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 36 | 0.99 | 0 | 0.61 | 0.64 | 142.83 | 0.98 | 0.18 |
| Hex | 1 | 5D | 24 | 63 | 0 | 3D | 40 | 8F | 62 | 12 |
| Octal | 1 | 135 | 44 | 143 | 0 | 75 | 100 | 217 | 142 | 22 |
| Binary | 1 | 1011101 | 100100 | 1100011 | 0 | 111101 | 1000000 | 10001111 | 1100010 | 10010 |
Color Harmonies of #015D24
Complementary color
Monochromatic Colors of #015D24
Black with #015D24
Text Example
Text Example
White with #015D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D24; }
p { color: rgb(1,93,36); }
H1.HeaderClassName
{
color: #015D24;
}
.AnyTagClassName
{
color: #015D24;
}
</style>
background-color css
<style>
a { background-color: #015D24; }
a { background-color: rgb(1,93,36); }
div.DivClassName
{
background-color: #015D24;
}
.BgClassName
{
background-color: #015D24;
}
</style>
border-color css
<style>
span { border-color: #015D24; }
span { border-color: rgb(1,93,36); }
td.TdClassName
{
border-color: #015D24;
}
.TagClassName
{
border-color: #015D24;
}
</style>