Shades of Crusoe #015A1B
Tints of Crusoe #015A1B
RGB
CMYK
RGB Variations
Color information
#015A1B (or 0x015A1B) is known color: Crusoe. HEX triplet: 01, 5A and 1B. RGB value is (1,90,27). Sum of RGB (Red+Green+Blue) = 1+90+27=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 90 (35.55% from 255 or 76.27% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 90 - color contains mainly: green. Hex color #015A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A1B is #FEA5E4. Grayscale: #383838. Windows color (decimal): -16688613 or 1792513. OLE color: 1792513.
HSL color Cylindrical-coordinate representation of color #015A1B: hue angle of 137.53º 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 #015A1B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 27 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.65 |
| HSL | 137.53º | 0.98% | 0.18% | - |
| HSV(B) | 137.53º | 0.99% | 0.35% | - |
| XYZ | 3.87 | 7.4 | 2.26 | - |
| YUV | 56.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 27 | 0.99 | 0 | 0.70 | 0.65 | 137.53 | 0.98 | 0.18 |
| Hex | 1 | 5A | 1B | 63 | 0 | 46 | 41 | 8A | 62 | 12 |
| Octal | 1 | 132 | 33 | 143 | 0 | 106 | 101 | 212 | 142 | 22 |
| Binary | 1 | 1011010 | 11011 | 1100011 | 0 | 1000110 | 1000001 | 10001010 | 1100010 | 10010 |
Color Harmonies of #015A1B
Complementary color
Monochromatic Colors of #015A1B
Black with #015A1B
Text Example
Text Example
White with #015A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A1B; }
p { color: rgb(1,90,27); }
H1.HeaderClassName
{
color: #015A1B;
}
.AnyTagClassName
{
color: #015A1B;
}
</style>
background-color css
<style>
a { background-color: #015A1B; }
a { background-color: rgb(1,90,27); }
div.DivClassName
{
background-color: #015A1B;
}
.BgClassName
{
background-color: #015A1B;
}
</style>
border-color css
<style>
span { border-color: #015A1B; }
span { border-color: rgb(1,90,27); }
td.TdClassName
{
border-color: #015A1B;
}
.TagClassName
{
border-color: #015A1B;
}
</style>