Shades of Crusoe #105721
Tints of Crusoe #105721
RGB
CMYK
RGB Variations
Color information
#105721 (or 0x105721) is known color: Crusoe. HEX triplet: 10, 57 and 21. RGB value is (16,87,33). Sum of RGB (Red+Green+Blue) = 16+87+33=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #105721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105721 is #EFA8DE. Grayscale: #3B3B3B. Windows color (decimal): -15706335 or 2184976. OLE color: 2184976.
HSL color Cylindrical-coordinate representation of color #105721: hue angle of 134.37º 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 #105721 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 33 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.66 |
| HSL | 134.37º | 0.69% | 0.2% | - |
| HSV(B) | 134.37º | 0.82% | 0.34% | - |
| XYZ | 3.9 | 7.04 | 2.59 | - |
| YUV | 59.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 33 | 0.82 | 0 | 0.62 | 0.66 | 134.37 | 0.69 | 0.2 |
| Hex | 10 | 57 | 21 | 52 | 0 | 3E | 42 | 86 | 45 | 14 |
| Octal | 20 | 127 | 41 | 122 | 0 | 76 | 102 | 206 | 105 | 24 |
| Binary | 10000 | 1010111 | 100001 | 1010010 | 0 | 111110 | 1000010 | 10000110 | 1000101 | 10100 |
Color Harmonies of #105721
Complementary color
Monochromatic Colors of #105721
Black with #105721
Text Example
Text Example
White with #105721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105721; }
p { color: rgb(16,87,33); }
H1.HeaderClassName
{
color: #105721;
}
.AnyTagClassName
{
color: #105721;
}
</style>
background-color css
<style>
a { background-color: #105721; }
a { background-color: rgb(16,87,33); }
div.DivClassName
{
background-color: #105721;
}
.BgClassName
{
background-color: #105721;
}
</style>
border-color css
<style>
span { border-color: #105721; }
span { border-color: rgb(16,87,33); }
td.TdClassName
{
border-color: #105721;
}
.TagClassName
{
border-color: #105721;
}
</style>