Shades of Crusoe #106232
Tints of Crusoe #106232
RGB
CMYK
RGB Variations
Color information
#106232 (or 0x106232) is known color: Crusoe. HEX triplet: 10, 62 and 32. RGB value is (16,98,50). Sum of RGB (Red+Green+Blue) = 16+98+50=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #106232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106232 is #EF9DCD. Grayscale: #444444. Windows color (decimal): -15703502 or 3301904. OLE color: 3301904.
HSL color Cylindrical-coordinate representation of color #106232: hue angle of 144.88º 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 #106232 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 50 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.62 |
| HSL | 144.88º | 0.72% | 0.22% | - |
| HSV(B) | 144.88º | 0.84% | 0.38% | - |
| XYZ | 5.16 | 9.08 | 4.5 | - |
| YUV | 68.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 50 | 0.84 | 0 | 0.49 | 0.62 | 144.88 | 0.72 | 0.22 |
| Hex | 10 | 62 | 32 | 54 | 0 | 31 | 3E | 91 | 48 | 16 |
| Octal | 20 | 142 | 62 | 124 | 0 | 61 | 76 | 221 | 110 | 26 |
| Binary | 10000 | 1100010 | 110010 | 1010100 | 0 | 110001 | 111110 | 10010001 | 1001000 | 10110 |
Color Harmonies of #106232
Complementary color
Monochromatic Colors of #106232
Black with #106232
Text Example
Text Example
White with #106232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106232; }
p { color: rgb(16,98,50); }
H1.HeaderClassName
{
color: #106232;
}
.AnyTagClassName
{
color: #106232;
}
</style>
background-color css
<style>
a { background-color: #106232; }
a { background-color: rgb(16,98,50); }
div.DivClassName
{
background-color: #106232;
}
.BgClassName
{
background-color: #106232;
}
</style>
border-color css
<style>
span { border-color: #106232; }
span { border-color: rgb(16,98,50); }
td.TdClassName
{
border-color: #106232;
}
.TagClassName
{
border-color: #106232;
}
</style>