Shades of Crusoe #015D25
Tints of Crusoe #015D25
RGB
CMYK
RGB Variations
Color information
#015D25 (or 0x015D25) is known color: Crusoe. HEX triplet: 01, 5D and 25. RGB value is (1,93,37). Sum of RGB (Red+Green+Blue) = 1+93+37=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #015D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D25 is #FEA2DA. Grayscale: #3B3B3B. Windows color (decimal): -16687835 or 2448641. OLE color: 2448641.
HSL color Cylindrical-coordinate representation of color #015D25: hue angle of 143.48º 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 #015D25 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 37 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.64 |
| HSL | 143.48º | 0.98% | 0.18% | - |
| HSV(B) | 143.48º | 0.99% | 0.36% | - |
| XYZ | 4.26 | 7.97 | 3.06 | - |
| YUV | 59.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 37 | 0.99 | 0 | 0.60 | 0.64 | 143.48 | 0.98 | 0.18 |
| Hex | 1 | 5D | 25 | 63 | 0 | 3C | 40 | 8F | 62 | 12 |
| Octal | 1 | 135 | 45 | 143 | 0 | 74 | 100 | 217 | 142 | 22 |
| Binary | 1 | 1011101 | 100101 | 1100011 | 0 | 111100 | 1000000 | 10001111 | 1100010 | 10010 |
Color Harmonies of #015D25
Complementary color
Monochromatic Colors of #015D25
Black with #015D25
Text Example
Text Example
White with #015D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D25; }
p { color: rgb(1,93,37); }
H1.HeaderClassName
{
color: #015D25;
}
.AnyTagClassName
{
color: #015D25;
}
</style>
background-color css
<style>
a { background-color: #015D25; }
a { background-color: rgb(1,93,37); }
div.DivClassName
{
background-color: #015D25;
}
.BgClassName
{
background-color: #015D25;
}
</style>
border-color css
<style>
span { border-color: #015D25; }
span { border-color: rgb(1,93,37); }
td.TdClassName
{
border-color: #015D25;
}
.TagClassName
{
border-color: #015D25;
}
</style>