Shades of Crusoe #165021
Tints of Crusoe #165021
RGB
CMYK
RGB Variations
Color information
#165021 (or 0x165021) is known color: Crusoe. HEX triplet: 16, 50 and 21. RGB value is (22,80,33). Sum of RGB (Red+Green+Blue) = 22+80+33=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #165021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165021 is #E9AFDE. Grayscale: #393939. Windows color (decimal): -15314911 or 2183190. OLE color: 2183190.
HSL color Cylindrical-coordinate representation of color #165021: hue angle of 131.38º 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 #165021 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 33 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.69 |
| HSL | 131.38º | 0.57% | 0.2% | - |
| HSV(B) | 131.38º | 0.73% | 0.31% | - |
| XYZ | 3.47 | 6.02 | 2.42 | - |
| YUV | 57.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 33 | 0.72 | 0 | 0.59 | 0.69 | 131.38 | 0.57 | 0.2 |
| Hex | 16 | 50 | 21 | 48 | 0 | 3B | 45 | 83 | 39 | 14 |
| Octal | 26 | 120 | 41 | 110 | 0 | 73 | 105 | 203 | 71 | 24 |
| Binary | 10110 | 1010000 | 100001 | 1001000 | 0 | 111011 | 1000101 | 10000011 | 111001 | 10100 |
Color Harmonies of #165021
Complementary color
Monochromatic Colors of #165021
Black with #165021
Text Example
Text Example
White with #165021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165021; }
p { color: rgb(22,80,33); }
H1.HeaderClassName
{
color: #165021;
}
.AnyTagClassName
{
color: #165021;
}
</style>
background-color css
<style>
a { background-color: #165021; }
a { background-color: rgb(22,80,33); }
div.DivClassName
{
background-color: #165021;
}
.BgClassName
{
background-color: #165021;
}
</style>
border-color css
<style>
span { border-color: #165021; }
span { border-color: rgb(22,80,33); }
td.TdClassName
{
border-color: #165021;
}
.TagClassName
{
border-color: #165021;
}
</style>