Shades of Crusoe #106532
Tints of Crusoe #106532
RGB
CMYK
RGB Variations
Color information
#106532 (or 0x106532) is known color: Crusoe. HEX triplet: 10, 65 and 32. RGB value is (16,101,50). Sum of RGB (Red+Green+Blue) = 16+101+50=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #106532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106532 is #EF9ACD. Grayscale: #454545. Windows color (decimal): -15702734 or 3302672. OLE color: 3302672.
HSL color Cylindrical-coordinate representation of color #106532: hue angle of 144º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106532 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 50 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.60 |
| HSL | 144º | 0.73% | 0.23% | - |
| HSV(B) | 144º | 0.84% | 0.4% | - |
| XYZ | 5.44 | 9.65 | 4.59 | - |
| YUV | 69.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 50 | 0.84 | 0 | 0.50 | 0.60 | 144 | 0.73 | 0.23 |
| Hex | 10 | 65 | 32 | 54 | 0 | 32 | 3C | 90 | 49 | 17 |
| Octal | 20 | 145 | 62 | 124 | 0 | 62 | 74 | 220 | 111 | 27 |
| Binary | 10000 | 1100101 | 110010 | 1010100 | 0 | 110010 | 111100 | 10010000 | 1001001 | 10111 |
Color Harmonies of #106532
Complementary color
Monochromatic Colors of #106532
Black with #106532
Text Example
Text Example
White with #106532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106532; }
p { color: rgb(16,101,50); }
H1.HeaderClassName
{
color: #106532;
}
.AnyTagClassName
{
color: #106532;
}
</style>
background-color css
<style>
a { background-color: #106532; }
a { background-color: rgb(16,101,50); }
div.DivClassName
{
background-color: #106532;
}
.BgClassName
{
background-color: #106532;
}
</style>
border-color css
<style>
span { border-color: #106532; }
span { border-color: rgb(16,101,50); }
td.TdClassName
{
border-color: #106532;
}
.TagClassName
{
border-color: #106532;
}
</style>