Shades of Crusoe #165621
Tints of Crusoe #165621
RGB
CMYK
RGB Variations
Color information
#165621 (or 0x165621) is known color: Crusoe. HEX triplet: 16, 56 and 21. RGB value is (22,86,33). Sum of RGB (Red+Green+Blue) = 22+86+33=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #165621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165621 is #E9A9DE. Grayscale: #3C3C3C. Windows color (decimal): -15313375 or 2184726. OLE color: 2184726.
HSL color Cylindrical-coordinate representation of color #165621: hue angle of 130.31º 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 #165621 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 33 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.66 |
| HSL | 130.31º | 0.59% | 0.21% | - |
| HSV(B) | 130.31º | 0.74% | 0.34% | - |
| XYZ | 3.93 | 6.94 | 2.57 | - |
| YUV | 60.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 33 | 0.74 | 0 | 0.62 | 0.66 | 130.31 | 0.59 | 0.21 |
| Hex | 16 | 56 | 21 | 4A | 0 | 3E | 42 | 82 | 3B | 15 |
| Octal | 26 | 126 | 41 | 112 | 0 | 76 | 102 | 202 | 73 | 25 |
| Binary | 10110 | 1010110 | 100001 | 1001010 | 0 | 111110 | 1000010 | 10000010 | 111011 | 10101 |
Color Harmonies of #165621
Complementary color
Monochromatic Colors of #165621
Black with #165621
Text Example
Text Example
White with #165621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165621; }
p { color: rgb(22,86,33); }
H1.HeaderClassName
{
color: #165621;
}
.AnyTagClassName
{
color: #165621;
}
</style>
background-color css
<style>
a { background-color: #165621; }
a { background-color: rgb(22,86,33); }
div.DivClassName
{
background-color: #165621;
}
.BgClassName
{
background-color: #165621;
}
</style>
border-color css
<style>
span { border-color: #165621; }
span { border-color: rgb(22,86,33); }
td.TdClassName
{
border-color: #165621;
}
.TagClassName
{
border-color: #165621;
}
</style>