Shades of Crusoe #165632
Tints of Crusoe #165632
RGB
CMYK
RGB Variations
Color information
#165632 (or 0x165632) is known color: Crusoe. HEX triplet: 16, 56 and 32. RGB value is (22,86,50). Sum of RGB (Red+Green+Blue) = 22+86+50=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #165632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165632 is #E9A9CD. Grayscale: #3E3E3E. Windows color (decimal): -15313358 or 3298838. OLE color: 3298838.
HSL color Cylindrical-coordinate representation of color #165632: hue angle of 146.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165632 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 50 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.66 |
| HSL | 146.25º | 0.59% | 0.21% | - |
| HSV(B) | 146.25º | 0.74% | 0.34% | - |
| XYZ | 4.23 | 7.06 | 4.16 | - |
| YUV | 62.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 50 | 0.74 | 0 | 0.42 | 0.66 | 146.25 | 0.59 | 0.21 |
| Hex | 16 | 56 | 32 | 4A | 0 | 2A | 42 | 92 | 3B | 15 |
| Octal | 26 | 126 | 62 | 112 | 0 | 52 | 102 | 222 | 73 | 25 |
| Binary | 10110 | 1010110 | 110010 | 1001010 | 0 | 101010 | 1000010 | 10010010 | 111011 | 10101 |
Color Harmonies of #165632
Complementary color
Monochromatic Colors of #165632
Black with #165632
Text Example
Text Example
White with #165632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165632; }
p { color: rgb(22,86,50); }
H1.HeaderClassName
{
color: #165632;
}
.AnyTagClassName
{
color: #165632;
}
</style>
background-color css
<style>
a { background-color: #165632; }
a { background-color: rgb(22,86,50); }
div.DivClassName
{
background-color: #165632;
}
.BgClassName
{
background-color: #165632;
}
</style>
border-color css
<style>
span { border-color: #165632; }
span { border-color: rgb(22,86,50); }
td.TdClassName
{
border-color: #165632;
}
.TagClassName
{
border-color: #165632;
}
</style>