Shades of Crusoe #165022
Tints of Crusoe #165022
RGB
CMYK
RGB Variations
Color information
#165022 (or 0x165022) is known color: Crusoe. HEX triplet: 16, 50 and 22. RGB value is (22,80,34). Sum of RGB (Red+Green+Blue) = 22+80+34=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #165022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165022 is #E9AFDD. Grayscale: #393939. Windows color (decimal): -15314910 or 2248726. OLE color: 2248726.
HSL color Cylindrical-coordinate representation of color #165022: hue angle of 132.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165022 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 34 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.69 |
| HSL | 132.41º | 0.57% | 0.2% | - |
| HSV(B) | 132.41º | 0.73% | 0.31% | - |
| XYZ | 3.49 | 6.02 | 2.49 | - |
| YUV | 57.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 34 | 0.72 | 0 | 0.58 | 0.69 | 132.41 | 0.57 | 0.2 |
| Hex | 16 | 50 | 22 | 48 | 0 | 3A | 45 | 84 | 39 | 14 |
| Octal | 26 | 120 | 42 | 110 | 0 | 72 | 105 | 204 | 71 | 24 |
| Binary | 10110 | 1010000 | 100010 | 1001000 | 0 | 111010 | 1000101 | 10000100 | 111001 | 10100 |
Color Harmonies of #165022
Complementary color
Monochromatic Colors of #165022
Black with #165022
Text Example
Text Example
White with #165022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165022; }
p { color: rgb(22,80,34); }
H1.HeaderClassName
{
color: #165022;
}
.AnyTagClassName
{
color: #165022;
}
</style>
background-color css
<style>
a { background-color: #165022; }
a { background-color: rgb(22,80,34); }
div.DivClassName
{
background-color: #165022;
}
.BgClassName
{
background-color: #165022;
}
</style>
border-color css
<style>
span { border-color: #165022; }
span { border-color: rgb(22,80,34); }
td.TdClassName
{
border-color: #165022;
}
.TagClassName
{
border-color: #165022;
}
</style>