Shades of Crusoe #105824
Tints of Crusoe #105824
RGB
CMYK
RGB Variations
Color information
#105824 (or 0x105824) is known color: Crusoe. HEX triplet: 10, 58 and 24. RGB value is (16,88,36). Sum of RGB (Red+Green+Blue) = 16+88+36=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #105824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105824 is #EFA7DB. Grayscale: #3C3C3C. Windows color (decimal): -15706076 or 2381840. OLE color: 2381840.
HSL color Cylindrical-coordinate representation of color #105824: hue angle of 136.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105824 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 36 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.65 |
| HSL | 136.67º | 0.69% | 0.2% | - |
| HSV(B) | 136.67º | 0.82% | 0.35% | - |
| XYZ | 4.02 | 7.22 | 2.85 | - |
| YUV | 60.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 36 | 0.82 | 0 | 0.59 | 0.65 | 136.67 | 0.69 | 0.2 |
| Hex | 10 | 58 | 24 | 52 | 0 | 3B | 41 | 89 | 45 | 14 |
| Octal | 20 | 130 | 44 | 122 | 0 | 73 | 101 | 211 | 105 | 24 |
| Binary | 10000 | 1011000 | 100100 | 1010010 | 0 | 111011 | 1000001 | 10001001 | 1000101 | 10100 |
Color Harmonies of #105824
Complementary color
Monochromatic Colors of #105824
Black with #105824
Text Example
Text Example
White with #105824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105824; }
p { color: rgb(16,88,36); }
H1.HeaderClassName
{
color: #105824;
}
.AnyTagClassName
{
color: #105824;
}
</style>
background-color css
<style>
a { background-color: #105824; }
a { background-color: rgb(16,88,36); }
div.DivClassName
{
background-color: #105824;
}
.BgClassName
{
background-color: #105824;
}
</style>
border-color css
<style>
span { border-color: #105824; }
span { border-color: rgb(16,88,36); }
td.TdClassName
{
border-color: #105824;
}
.TagClassName
{
border-color: #105824;
}
</style>