Shades of Crusoe #106224
Tints of Crusoe #106224
RGB
CMYK
RGB Variations
Color information
#106224 (or 0x106224) is known color: Crusoe. HEX triplet: 10, 62 and 24. RGB value is (16,98,36). Sum of RGB (Red+Green+Blue) = 16+98+36=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #106224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106224 is #EF9DDB. Grayscale: #424242. Windows color (decimal): -15703516 or 2384400. OLE color: 2384400.
HSL color Cylindrical-coordinate representation of color #106224: hue angle of 134.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106224 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 36 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.62 |
| HSL | 134.63º | 0.72% | 0.22% | - |
| HSV(B) | 134.63º | 0.84% | 0.38% | - |
| XYZ | 4.9 | 8.97 | 3.14 | - |
| YUV | 66.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 36 | 0.84 | 0 | 0.63 | 0.62 | 134.63 | 0.72 | 0.22 |
| Hex | 10 | 62 | 24 | 54 | 0 | 3F | 3E | 87 | 48 | 16 |
| Octal | 20 | 142 | 44 | 124 | 0 | 77 | 76 | 207 | 110 | 26 |
| Binary | 10000 | 1100010 | 100100 | 1010100 | 0 | 111111 | 111110 | 10000111 | 1001000 | 10110 |
Color Harmonies of #106224
Complementary color
Monochromatic Colors of #106224
Black with #106224
Text Example
Text Example
White with #106224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106224; }
p { color: rgb(16,98,36); }
H1.HeaderClassName
{
color: #106224;
}
.AnyTagClassName
{
color: #106224;
}
</style>
background-color css
<style>
a { background-color: #106224; }
a { background-color: rgb(16,98,36); }
div.DivClassName
{
background-color: #106224;
}
.BgClassName
{
background-color: #106224;
}
</style>
border-color css
<style>
span { border-color: #106224; }
span { border-color: rgb(16,98,36); }
td.TdClassName
{
border-color: #106224;
}
.TagClassName
{
border-color: #106224;
}
</style>