Shades of Crusoe #015B17
Tints of Crusoe #015B17
RGB
CMYK
RGB Variations
Color information
#015B17 (or 0x015B17) is known color: Crusoe. HEX triplet: 01, 5B and 17. RGB value is (1,91,23). Sum of RGB (Red+Green+Blue) = 1+91+23=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #015B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B17 is #FEA4E8. Grayscale: #383838. Windows color (decimal): -16688361 or 1530625. OLE color: 1530625.
HSL color Cylindrical-coordinate representation of color #015B17: hue angle of 134.67º 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 #015B17 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 23 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.64 |
| HSL | 134.67º | 0.98% | 0.18% | - |
| HSV(B) | 134.67º | 0.99% | 0.36% | - |
| XYZ | 3.91 | 7.55 | 2.06 | - |
| YUV | 56.34 | 109.18 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 23 | 0.99 | 0 | 0.75 | 0.64 | 134.67 | 0.98 | 0.18 |
| Hex | 1 | 5B | 17 | 63 | 0 | 4B | 40 | 87 | 62 | 12 |
| Octal | 1 | 133 | 27 | 143 | 0 | 113 | 100 | 207 | 142 | 22 |
| Binary | 1 | 1011011 | 10111 | 1100011 | 0 | 1001011 | 1000000 | 10000111 | 1100010 | 10010 |
Color Harmonies of #015B17
Complementary color
Monochromatic Colors of #015B17
Black with #015B17
Text Example
Text Example
White with #015B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B17; }
p { color: rgb(1,91,23); }
H1.HeaderClassName
{
color: #015B17;
}
.AnyTagClassName
{
color: #015B17;
}
</style>
background-color css
<style>
a { background-color: #015B17; }
a { background-color: rgb(1,91,23); }
div.DivClassName
{
background-color: #015B17;
}
.BgClassName
{
background-color: #015B17;
}
</style>
border-color css
<style>
span { border-color: #015B17; }
span { border-color: rgb(1,91,23); }
td.TdClassName
{
border-color: #015B17;
}
.TagClassName
{
border-color: #015B17;
}
</style>