Shades of Crusoe #015D19
Tints of Crusoe #015D19
RGB
CMYK
RGB Variations
Color information
#015D19 (or 0x015D19) is known color: Crusoe. HEX triplet: 01, 5D and 19. RGB value is (1,93,25). Sum of RGB (Red+Green+Blue) = 1+93+25=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 93 (36.72% from 255 or 78.15% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 93 - color contains mainly: green. Hex color #015D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D19 is #FEA2E6. Grayscale: #393939. Windows color (decimal): -16687847 or 1662209. OLE color: 1662209.
HSL color Cylindrical-coordinate representation of color #015D19: hue angle of 135.65º 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 #015D19 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 25 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.64 |
| HSL | 135.65º | 0.98% | 0.18% | - |
| HSV(B) | 135.65º | 0.99% | 0.36% | - |
| XYZ | 4.1 | 7.91 | 2.23 | - |
| YUV | 57.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 25 | 0.99 | 0 | 0.73 | 0.64 | 135.65 | 0.98 | 0.18 |
| Hex | 1 | 5D | 19 | 63 | 0 | 49 | 40 | 88 | 62 | 12 |
| Octal | 1 | 135 | 31 | 143 | 0 | 111 | 100 | 210 | 142 | 22 |
| Binary | 1 | 1011101 | 11001 | 1100011 | 0 | 1001001 | 1000000 | 10001000 | 1100010 | 10010 |
Color Harmonies of #015D19
Complementary color
Monochromatic Colors of #015D19
Black with #015D19
Text Example
Text Example
White with #015D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D19; }
p { color: rgb(1,93,25); }
H1.HeaderClassName
{
color: #015D19;
}
.AnyTagClassName
{
color: #015D19;
}
</style>
background-color css
<style>
a { background-color: #015D19; }
a { background-color: rgb(1,93,25); }
div.DivClassName
{
background-color: #015D19;
}
.BgClassName
{
background-color: #015D19;
}
</style>
border-color css
<style>
span { border-color: #015D19; }
span { border-color: rgb(1,93,25); }
td.TdClassName
{
border-color: #015D19;
}
.TagClassName
{
border-color: #015D19;
}
</style>