Shades of Crusoe #165223
Tints of Crusoe #165223
RGB
CMYK
RGB Variations
Color information
#165223 (or 0x165223) is known color: Crusoe. HEX triplet: 16, 52 and 23. RGB value is (22,82,35). Sum of RGB (Red+Green+Blue) = 22+82+35=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #165223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165223 is #E9ADDC. Grayscale: #3A3A3A. Windows color (decimal): -15314397 or 2314774. OLE color: 2314774.
HSL color Cylindrical-coordinate representation of color #165223: hue angle of 133º 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 #165223 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 35 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.68 |
| HSL | 133º | 0.58% | 0.2% | - |
| HSV(B) | 133º | 0.73% | 0.32% | - |
| XYZ | 3.65 | 6.33 | 2.62 | - |
| YUV | 58.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 35 | 0.73 | 0 | 0.57 | 0.68 | 133 | 0.58 | 0.2 |
| Hex | 16 | 52 | 23 | 49 | 0 | 39 | 44 | 85 | 3A | 14 |
| Octal | 26 | 122 | 43 | 111 | 0 | 71 | 104 | 205 | 72 | 24 |
| Binary | 10110 | 1010010 | 100011 | 1001001 | 0 | 111001 | 1000100 | 10000101 | 111010 | 10100 |
Color Harmonies of #165223
Complementary color
Monochromatic Colors of #165223
Black with #165223
Text Example
Text Example
White with #165223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165223; }
p { color: rgb(22,82,35); }
H1.HeaderClassName
{
color: #165223;
}
.AnyTagClassName
{
color: #165223;
}
</style>
background-color css
<style>
a { background-color: #165223; }
a { background-color: rgb(22,82,35); }
div.DivClassName
{
background-color: #165223;
}
.BgClassName
{
background-color: #165223;
}
</style>
border-color css
<style>
span { border-color: #165223; }
span { border-color: rgb(22,82,35); }
td.TdClassName
{
border-color: #165223;
}
.TagClassName
{
border-color: #165223;
}
</style>