Shades of Crusoe #165122
Tints of Crusoe #165122
RGB
CMYK
RGB Variations
Color information
#165122 (or 0x165122) is known color: Crusoe. HEX triplet: 16, 51 and 22. RGB value is (22,81,34). Sum of RGB (Red+Green+Blue) = 22+81+34=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #165122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165122 is #E9AEDD. Grayscale: #3A3A3A. Windows color (decimal): -15314654 or 2248982. OLE color: 2248982.
HSL color Cylindrical-coordinate representation of color #165122: hue angle of 132.2º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165122 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 34 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.68 |
| HSL | 132.2º | 0.57% | 0.2% | - |
| HSV(B) | 132.2º | 0.73% | 0.32% | - |
| XYZ | 3.56 | 6.17 | 2.52 | - |
| YUV | 58 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 34 | 0.73 | 0 | 0.58 | 0.68 | 132.2 | 0.57 | 0.2 |
| Hex | 16 | 51 | 22 | 49 | 0 | 3A | 44 | 84 | 39 | 14 |
| Octal | 26 | 121 | 42 | 111 | 0 | 72 | 104 | 204 | 71 | 24 |
| Binary | 10110 | 1010001 | 100010 | 1001001 | 0 | 111010 | 1000100 | 10000100 | 111001 | 10100 |
Color Harmonies of #165122
Complementary color
Monochromatic Colors of #165122
Black with #165122
Text Example
Text Example
White with #165122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165122; }
p { color: rgb(22,81,34); }
H1.HeaderClassName
{
color: #165122;
}
.AnyTagClassName
{
color: #165122;
}
</style>
background-color css
<style>
a { background-color: #165122; }
a { background-color: rgb(22,81,34); }
div.DivClassName
{
background-color: #165122;
}
.BgClassName
{
background-color: #165122;
}
</style>
border-color css
<style>
span { border-color: #165122; }
span { border-color: rgb(22,81,34); }
td.TdClassName
{
border-color: #165122;
}
.TagClassName
{
border-color: #165122;
}
</style>