Shades of Crusoe #165331
Tints of Crusoe #165331
RGB
CMYK
RGB Variations
Color information
#165331 (or 0x165331) is known color: Crusoe. HEX triplet: 16, 53 and 31. RGB value is (22,83,49). Sum of RGB (Red+Green+Blue) = 22+83+49=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #165331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165331 is #E9ACCE. Grayscale: #3C3C3C. Windows color (decimal): -15314127 or 3232534. OLE color: 3232534.
HSL color Cylindrical-coordinate representation of color #165331: hue angle of 146.56º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165331 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 83 | 49 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.67 |
| HSL | 146.56º | 0.58% | 0.21% | - |
| HSV(B) | 146.56º | 0.73% | 0.33% | - |
| XYZ | 3.98 | 6.58 | 3.97 | - |
| YUV | 60.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 49 | 0.73 | 0 | 0.41 | 0.67 | 146.56 | 0.58 | 0.21 |
| Hex | 16 | 53 | 31 | 49 | 0 | 29 | 43 | 93 | 3A | 15 |
| Octal | 26 | 123 | 61 | 111 | 0 | 51 | 103 | 223 | 72 | 25 |
| Binary | 10110 | 1010011 | 110001 | 1001001 | 0 | 101001 | 1000011 | 10010011 | 111010 | 10101 |
Color Harmonies of #165331
Complementary color
Monochromatic Colors of #165331
Black with #165331
Text Example
Text Example
White with #165331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165331; }
p { color: rgb(22,83,49); }
H1.HeaderClassName
{
color: #165331;
}
.AnyTagClassName
{
color: #165331;
}
</style>
background-color css
<style>
a { background-color: #165331; }
a { background-color: rgb(22,83,49); }
div.DivClassName
{
background-color: #165331;
}
.BgClassName
{
background-color: #165331;
}
</style>
border-color css
<style>
span { border-color: #165331; }
span { border-color: rgb(22,83,49); }
td.TdClassName
{
border-color: #165331;
}
.TagClassName
{
border-color: #165331;
}
</style>