Shades of Crusoe #165224
Tints of Crusoe #165224
RGB
CMYK
RGB Variations
Color information
#165224 (or 0x165224) is known color: Crusoe. HEX triplet: 16, 52 and 24. RGB value is (22,82,36). Sum of RGB (Red+Green+Blue) = 22+82+36=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #165224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165224 is #E9ADDB. Grayscale: #3A3A3A. Windows color (decimal): -15314396 or 2380310. OLE color: 2380310.
HSL color Cylindrical-coordinate representation of color #165224: hue angle of 134º 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 #165224 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 36 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.68 |
| HSL | 134º | 0.58% | 0.2% | - |
| HSV(B) | 134º | 0.73% | 0.32% | - |
| XYZ | 3.67 | 6.33 | 2.7 | - |
| YUV | 58.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 36 | 0.73 | 0 | 0.56 | 0.68 | 134 | 0.58 | 0.2 |
| Hex | 16 | 52 | 24 | 49 | 0 | 38 | 44 | 86 | 3A | 14 |
| Octal | 26 | 122 | 44 | 111 | 0 | 70 | 104 | 206 | 72 | 24 |
| Binary | 10110 | 1010010 | 100100 | 1001001 | 0 | 111000 | 1000100 | 10000110 | 111010 | 10100 |
Color Harmonies of #165224
Complementary color
Monochromatic Colors of #165224
Black with #165224
Text Example
Text Example
White with #165224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165224; }
p { color: rgb(22,82,36); }
H1.HeaderClassName
{
color: #165224;
}
.AnyTagClassName
{
color: #165224;
}
</style>
background-color css
<style>
a { background-color: #165224; }
a { background-color: rgb(22,82,36); }
div.DivClassName
{
background-color: #165224;
}
.BgClassName
{
background-color: #165224;
}
</style>
border-color css
<style>
span { border-color: #165224; }
span { border-color: rgb(22,82,36); }
td.TdClassName
{
border-color: #165224;
}
.TagClassName
{
border-color: #165224;
}
</style>