Shades of Crusoe #015919
Tints of Crusoe #015919
RGB
CMYK
RGB Variations
Color information
#015919 (or 0x015919) is known color: Crusoe. HEX triplet: 01, 59 and 19. RGB value is (1,89,25). Sum of RGB (Red+Green+Blue) = 1+89+25=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #015919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015919 is #FEA6E6. Grayscale: #373737. Windows color (decimal): -16688871 or 1661185. OLE color: 1661185.
HSL color Cylindrical-coordinate representation of color #015919: hue angle of 136.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015919 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 25 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.65 |
| HSL | 136.36º | 0.98% | 0.18% | - |
| HSV(B) | 136.36º | 0.99% | 0.35% | - |
| XYZ | 3.76 | 7.22 | 2.12 | - |
| YUV | 55.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 25 | 0.99 | 0 | 0.72 | 0.65 | 136.36 | 0.98 | 0.18 |
| Hex | 1 | 59 | 19 | 63 | 0 | 48 | 41 | 88 | 62 | 12 |
| Octal | 1 | 131 | 31 | 143 | 0 | 110 | 101 | 210 | 142 | 22 |
| Binary | 1 | 1011001 | 11001 | 1100011 | 0 | 1001000 | 1000001 | 10001000 | 1100010 | 10010 |
Color Harmonies of #015919
Complementary color
Monochromatic Colors of #015919
Black with #015919
Text Example
Text Example
White with #015919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015919; }
p { color: rgb(1,89,25); }
H1.HeaderClassName
{
color: #015919;
}
.AnyTagClassName
{
color: #015919;
}
</style>
background-color css
<style>
a { background-color: #015919; }
a { background-color: rgb(1,89,25); }
div.DivClassName
{
background-color: #015919;
}
.BgClassName
{
background-color: #015919;
}
</style>
border-color css
<style>
span { border-color: #015919; }
span { border-color: rgb(1,89,25); }
td.TdClassName
{
border-color: #015919;
}
.TagClassName
{
border-color: #015919;
}
</style>