Shades of Crusoe #015812
Tints of Crusoe #015812
RGB
CMYK
RGB Variations
Color information
#015812 (or 0x015812) is known color: Crusoe. HEX triplet: 01, 58 and 12. RGB value is (1,88,18). Sum of RGB (Red+Green+Blue) = 1+88+18=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 88 (34.77% from 255 or 82.24% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 88 - color contains mainly: green. Hex color #015812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015812 is #FEA7ED. Grayscale: #363636. Windows color (decimal): -16689134 or 1202177. OLE color: 1202177.
HSL color Cylindrical-coordinate representation of color #015812: hue angle of 131.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015812 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 18 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.65 |
| HSL | 131.72º | 0.98% | 0.17% | - |
| HSV(B) | 131.72º | 0.99% | 0.35% | - |
| XYZ | 3.61 | 7.03 | 1.74 | - |
| YUV | 54.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 18 | 0.99 | 0 | 0.80 | 0.65 | 131.72 | 0.98 | 0.17 |
| Hex | 1 | 58 | 12 | 63 | 0 | 50 | 41 | 84 | 62 | 11 |
| Octal | 1 | 130 | 22 | 143 | 0 | 120 | 101 | 204 | 142 | 21 |
| Binary | 1 | 1011000 | 10010 | 1100011 | 0 | 1010000 | 1000001 | 10000100 | 1100010 | 10001 |
Color Harmonies of #015812
Complementary color
Monochromatic Colors of #015812
Black with #015812
Text Example
Text Example
White with #015812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015812; }
p { color: rgb(1,88,18); }
H1.HeaderClassName
{
color: #015812;
}
.AnyTagClassName
{
color: #015812;
}
</style>
background-color css
<style>
a { background-color: #015812; }
a { background-color: rgb(1,88,18); }
div.DivClassName
{
background-color: #015812;
}
.BgClassName
{
background-color: #015812;
}
</style>
border-color css
<style>
span { border-color: #015812; }
span { border-color: rgb(1,88,18); }
td.TdClassName
{
border-color: #015812;
}
.TagClassName
{
border-color: #015812;
}
</style>