Shades of Crusoe #015A12
Tints of Crusoe #015A12
RGB
CMYK
RGB Variations
Color information
#015A12 (or 0x015A12) is known color: Crusoe. HEX triplet: 01, 5A and 12. RGB value is (1,90,18). Sum of RGB (Red+Green+Blue) = 1+90+18=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #015A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A12 is #FEA5ED. Grayscale: #373737. Windows color (decimal): -16688622 or 1202689. OLE color: 1202689.
HSL color Cylindrical-coordinate representation of color #015A12: hue angle of 131.46º 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 #015A12 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 18 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.65 |
| HSL | 131.46º | 0.98% | 0.18% | - |
| HSV(B) | 131.46º | 0.99% | 0.35% | - |
| XYZ | 3.78 | 7.36 | 1.79 | - |
| YUV | 55.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 18 | 0.99 | 0 | 0.80 | 0.65 | 131.46 | 0.98 | 0.18 |
| Hex | 1 | 5A | 12 | 63 | 0 | 50 | 41 | 83 | 62 | 12 |
| Octal | 1 | 132 | 22 | 143 | 0 | 120 | 101 | 203 | 142 | 22 |
| Binary | 1 | 1011010 | 10010 | 1100011 | 0 | 1010000 | 1000001 | 10000011 | 1100010 | 10010 |
Color Harmonies of #015A12
Complementary color
Monochromatic Colors of #015A12
Black with #015A12
Text Example
Text Example
White with #015A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A12; }
p { color: rgb(1,90,18); }
H1.HeaderClassName
{
color: #015A12;
}
.AnyTagClassName
{
color: #015A12;
}
</style>
background-color css
<style>
a { background-color: #015A12; }
a { background-color: rgb(1,90,18); }
div.DivClassName
{
background-color: #015A12;
}
.BgClassName
{
background-color: #015A12;
}
</style>
border-color css
<style>
span { border-color: #015A12; }
span { border-color: rgb(1,90,18); }
td.TdClassName
{
border-color: #015A12;
}
.TagClassName
{
border-color: #015A12;
}
</style>