Shades of Crusoe #166331
Tints of Crusoe #166331
RGB
CMYK
RGB Variations
Color information
#166331 (or 0x166331) is known color: Crusoe. HEX triplet: 16, 63 and 31. RGB value is (22,99,49). Sum of RGB (Red+Green+Blue) = 22+99+49=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #166331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166331 is #E99CCE. Grayscale: #464646. Windows color (decimal): -15310031 or 3236630. OLE color: 3236630.
HSL color Cylindrical-coordinate representation of color #166331: hue angle of 141.04º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166331 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 49 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.61 |
| HSL | 141.04º | 0.64% | 0.24% | - |
| HSV(B) | 141.04º | 0.78% | 0.39% | - |
| XYZ | 5.35 | 9.32 | 4.42 | - |
| YUV | 70.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 49 | 0.78 | 0 | 0.51 | 0.61 | 141.04 | 0.64 | 0.24 |
| Hex | 16 | 63 | 31 | 4E | 0 | 33 | 3D | 8D | 40 | 18 |
| Octal | 26 | 143 | 61 | 116 | 0 | 63 | 75 | 215 | 100 | 30 |
| Binary | 10110 | 1100011 | 110001 | 1001110 | 0 | 110011 | 111101 | 10001101 | 1000000 | 11000 |
Color Harmonies of #166331
Complementary color
Monochromatic Colors of #166331
Black with #166331
Text Example
Text Example
White with #166331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166331; }
p { color: rgb(22,99,49); }
H1.HeaderClassName
{
color: #166331;
}
.AnyTagClassName
{
color: #166331;
}
</style>
background-color css
<style>
a { background-color: #166331; }
a { background-color: rgb(22,99,49); }
div.DivClassName
{
background-color: #166331;
}
.BgClassName
{
background-color: #166331;
}
</style>
border-color css
<style>
span { border-color: #166331; }
span { border-color: rgb(22,99,49); }
td.TdClassName
{
border-color: #166331;
}
.TagClassName
{
border-color: #166331;
}
</style>