Shades of Crusoe #105724
Tints of Crusoe #105724
RGB
CMYK
RGB Variations
Color information
#105724 (or 0x105724) is known color: Crusoe. HEX triplet: 10, 57 and 24. RGB value is (16,87,36). Sum of RGB (Red+Green+Blue) = 16+87+36=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #105724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105724 is #EFA8DB. Grayscale: #3C3C3C. Windows color (decimal): -15706332 or 2381584. OLE color: 2381584.
HSL color Cylindrical-coordinate representation of color #105724: hue angle of 136.9º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105724 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 36 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.66 |
| HSL | 136.9º | 0.69% | 0.2% | - |
| HSV(B) | 136.9º | 0.82% | 0.34% | - |
| XYZ | 3.94 | 7.05 | 2.82 | - |
| YUV | 59.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 36 | 0.82 | 0 | 0.59 | 0.66 | 136.9 | 0.69 | 0.2 |
| Hex | 10 | 57 | 24 | 52 | 0 | 3B | 42 | 89 | 45 | 14 |
| Octal | 20 | 127 | 44 | 122 | 0 | 73 | 102 | 211 | 105 | 24 |
| Binary | 10000 | 1010111 | 100100 | 1010010 | 0 | 111011 | 1000010 | 10001001 | 1000101 | 10100 |
Color Harmonies of #105724
Complementary color
Monochromatic Colors of #105724
Black with #105724
Text Example
Text Example
White with #105724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105724; }
p { color: rgb(16,87,36); }
H1.HeaderClassName
{
color: #105724;
}
.AnyTagClassName
{
color: #105724;
}
</style>
background-color css
<style>
a { background-color: #105724; }
a { background-color: rgb(16,87,36); }
div.DivClassName
{
background-color: #105724;
}
.BgClassName
{
background-color: #105724;
}
</style>
border-color css
<style>
span { border-color: #105724; }
span { border-color: rgb(16,87,36); }
td.TdClassName
{
border-color: #105724;
}
.TagClassName
{
border-color: #105724;
}
</style>