Shades of Crusoe #166631
Tints of Crusoe #166631
RGB
CMYK
RGB Variations
Color information
#166631 (or 0x166631) is known color: Crusoe. HEX triplet: 16, 66 and 31. RGB value is (22,102,49). Sum of RGB (Red+Green+Blue) = 22+102+49=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #166631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166631 is #E999CE. Grayscale: #484848. Windows color (decimal): -15309263 or 3237398. OLE color: 3237398.
HSL color Cylindrical-coordinate representation of color #166631: hue angle of 140.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166631 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 102 | 49 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.6 |
| HSL | 140.25º | 0.65% | 0.24% | - |
| HSV(B) | 140.25º | 0.78% | 0.4% | - |
| XYZ | 5.64 | 9.9 | 4.52 | - |
| YUV | 72.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 49 | 0.78 | 0 | 0.52 | 0.6 | 140.25 | 0.65 | 0.24 |
| Hex | 16 | 66 | 31 | 4E | 0 | 34 | 3C | 8C | 41 | 18 |
| Octal | 26 | 146 | 61 | 116 | 0 | 64 | 74 | 214 | 101 | 30 |
| Binary | 10110 | 1100110 | 110001 | 1001110 | 0 | 110100 | 111100 | 10001100 | 1000001 | 11000 |
Color Harmonies of #166631
Complementary color
Monochromatic Colors of #166631
Black with #166631
Text Example
Text Example
White with #166631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166631; }
p { color: rgb(22,102,49); }
H1.HeaderClassName
{
color: #166631;
}
.AnyTagClassName
{
color: #166631;
}
</style>
background-color css
<style>
a { background-color: #166631; }
a { background-color: rgb(22,102,49); }
div.DivClassName
{
background-color: #166631;
}
.BgClassName
{
background-color: #166631;
}
</style>
border-color css
<style>
span { border-color: #166631; }
span { border-color: rgb(22,102,49); }
td.TdClassName
{
border-color: #166631;
}
.TagClassName
{
border-color: #166631;
}
</style>