Shades of Crusoe #165231
Tints of Crusoe #165231
RGB
CMYK
RGB Variations
Color information
#165231 (or 0x165231) is known color: Crusoe. HEX triplet: 16, 52 and 31. RGB value is (22,82,49). Sum of RGB (Red+Green+Blue) = 22+82+49=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #165231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165231 is #E9ADCE. Grayscale: #3C3C3C. Windows color (decimal): -15314383 or 3232278. OLE color: 3232278.
HSL color Cylindrical-coordinate representation of color #165231: hue angle of 147º 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 #165231 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 49 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.68 |
| HSL | 147º | 0.58% | 0.2% | - |
| HSV(B) | 147º | 0.73% | 0.32% | - |
| XYZ | 3.9 | 6.43 | 3.94 | - |
| YUV | 60.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 49 | 0.73 | 0 | 0.40 | 0.68 | 147 | 0.58 | 0.2 |
| Hex | 16 | 52 | 31 | 49 | 0 | 28 | 44 | 93 | 3A | 14 |
| Octal | 26 | 122 | 61 | 111 | 0 | 50 | 104 | 223 | 72 | 24 |
| Binary | 10110 | 1010010 | 110001 | 1001001 | 0 | 101000 | 1000100 | 10010011 | 111010 | 10100 |
Color Harmonies of #165231
Complementary color
Monochromatic Colors of #165231
Black with #165231
Text Example
Text Example
White with #165231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165231; }
p { color: rgb(22,82,49); }
H1.HeaderClassName
{
color: #165231;
}
.AnyTagClassName
{
color: #165231;
}
</style>
background-color css
<style>
a { background-color: #165231; }
a { background-color: rgb(22,82,49); }
div.DivClassName
{
background-color: #165231;
}
.BgClassName
{
background-color: #165231;
}
</style>
border-color css
<style>
span { border-color: #165231; }
span { border-color: rgb(22,82,49); }
td.TdClassName
{
border-color: #165231;
}
.TagClassName
{
border-color: #165231;
}
</style>