Shades of Crusoe #015B24
Tints of Crusoe #015B24
RGB
CMYK
RGB Variations
Color information
#015B24 (or 0x015B24) is known color: Crusoe. HEX triplet: 01, 5B and 24. RGB value is (1,91,36). Sum of RGB (Red+Green+Blue) = 1+91+36=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #015B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B24 is #FEA4DB. Grayscale: #393939. Windows color (decimal): -16688348 or 2382593. OLE color: 2382593.
HSL color Cylindrical-coordinate representation of color #015B24: hue angle of 143.33º 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 #015B24 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 36 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.64 |
| HSL | 143.33º | 0.98% | 0.18% | - |
| HSV(B) | 143.33º | 0.99% | 0.36% | - |
| XYZ | 4.07 | 7.62 | 2.92 | - |
| YUV | 57.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 36 | 0.99 | 0 | 0.60 | 0.64 | 143.33 | 0.98 | 0.18 |
| Hex | 1 | 5B | 24 | 63 | 0 | 3C | 40 | 8F | 62 | 12 |
| Octal | 1 | 133 | 44 | 143 | 0 | 74 | 100 | 217 | 142 | 22 |
| Binary | 1 | 1011011 | 100100 | 1100011 | 0 | 111100 | 1000000 | 10001111 | 1100010 | 10010 |
Color Harmonies of #015B24
Complementary color
Monochromatic Colors of #015B24
Black with #015B24
Text Example
Text Example
White with #015B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B24; }
p { color: rgb(1,91,36); }
H1.HeaderClassName
{
color: #015B24;
}
.AnyTagClassName
{
color: #015B24;
}
</style>
background-color css
<style>
a { background-color: #015B24; }
a { background-color: rgb(1,91,36); }
div.DivClassName
{
background-color: #015B24;
}
.BgClassName
{
background-color: #015B24;
}
</style>
border-color css
<style>
span { border-color: #015B24; }
span { border-color: rgb(1,91,36); }
td.TdClassName
{
border-color: #015B24;
}
.TagClassName
{
border-color: #015B24;
}
</style>