Shades of Crusoe #165222
Tints of Crusoe #165222
RGB
CMYK
RGB Variations
Color information
#165222 (or 0x165222) is known color: Crusoe. HEX triplet: 16, 52 and 22. RGB value is (22,82,34). Sum of RGB (Red+Green+Blue) = 22+82+34=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #165222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165222 is #E9ADDD. Grayscale: #3A3A3A. Windows color (decimal): -15314398 or 2249238. OLE color: 2249238.
HSL color Cylindrical-coordinate representation of color #165222: hue angle of 132º degrees, saturation: 0.58, 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 #165222 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 34 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.68 |
| HSL | 132º | 0.58% | 0.2% | - |
| HSV(B) | 132º | 0.73% | 0.32% | - |
| XYZ | 3.64 | 6.32 | 2.54 | - |
| YUV | 58.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 34 | 0.73 | 0 | 0.59 | 0.68 | 132 | 0.58 | 0.2 |
| Hex | 16 | 52 | 22 | 49 | 0 | 3B | 44 | 84 | 3A | 14 |
| Octal | 26 | 122 | 42 | 111 | 0 | 73 | 104 | 204 | 72 | 24 |
| Binary | 10110 | 1010010 | 100010 | 1001001 | 0 | 111011 | 1000100 | 10000100 | 111010 | 10100 |
Color Harmonies of #165222
Complementary color
Monochromatic Colors of #165222
Black with #165222
Text Example
Text Example
White with #165222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165222; }
p { color: rgb(22,82,34); }
H1.HeaderClassName
{
color: #165222;
}
.AnyTagClassName
{
color: #165222;
}
</style>
background-color css
<style>
a { background-color: #165222; }
a { background-color: rgb(22,82,34); }
div.DivClassName
{
background-color: #165222;
}
.BgClassName
{
background-color: #165222;
}
</style>
border-color css
<style>
span { border-color: #165222; }
span { border-color: rgb(22,82,34); }
td.TdClassName
{
border-color: #165222;
}
.TagClassName
{
border-color: #165222;
}
</style>