Shades of Crusoe #166325
Tints of Crusoe #166325
RGB
CMYK
RGB Variations
Color information
#166325 (or 0x166325) is known color: Crusoe. HEX triplet: 16, 63 and 25. RGB value is (22,99,37). Sum of RGB (Red+Green+Blue) = 22+99+37=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #166325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166325 is #E99CDA. Grayscale: #454545. Windows color (decimal): -15310043 or 2450198. OLE color: 2450198.
HSL color Cylindrical-coordinate representation of color #166325: hue angle of 131.69º 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 #166325 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 37 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.61 |
| HSL | 131.69º | 0.64% | 0.24% | - |
| HSV(B) | 131.69º | 0.78% | 0.39% | - |
| XYZ | 5.13 | 9.23 | 3.26 | - |
| YUV | 68.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 37 | 0.78 | 0 | 0.63 | 0.61 | 131.69 | 0.64 | 0.24 |
| Hex | 16 | 63 | 25 | 4E | 0 | 3F | 3D | 84 | 40 | 18 |
| Octal | 26 | 143 | 45 | 116 | 0 | 77 | 75 | 204 | 100 | 30 |
| Binary | 10110 | 1100011 | 100101 | 1001110 | 0 | 111111 | 111101 | 10000100 | 1000000 | 11000 |
Color Harmonies of #166325
Complementary color
Monochromatic Colors of #166325
Black with #166325
Text Example
Text Example
White with #166325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166325; }
p { color: rgb(22,99,37); }
H1.HeaderClassName
{
color: #166325;
}
.AnyTagClassName
{
color: #166325;
}
</style>
background-color css
<style>
a { background-color: #166325; }
a { background-color: rgb(22,99,37); }
div.DivClassName
{
background-color: #166325;
}
.BgClassName
{
background-color: #166325;
}
</style>
border-color css
<style>
span { border-color: #166325; }
span { border-color: rgb(22,99,37); }
td.TdClassName
{
border-color: #166325;
}
.TagClassName
{
border-color: #166325;
}
</style>