Shades of Crusoe #165823
Tints of Crusoe #165823
RGB
CMYK
RGB Variations
Color information
#165823 (or 0x165823) is known color: Crusoe. HEX triplet: 16, 58 and 23. RGB value is (22,88,35). Sum of RGB (Red+Green+Blue) = 22+88+35=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #165823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165823 is #E9A7DC. Grayscale: #3E3E3E. Windows color (decimal): -15312861 or 2316310. OLE color: 2316310.
HSL color Cylindrical-coordinate representation of color #165823: hue angle of 131.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165823 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 35 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.65 |
| HSL | 131.82º | 0.6% | 0.22% | - |
| HSV(B) | 131.82º | 0.75% | 0.35% | - |
| XYZ | 4.12 | 7.27 | 2.78 | - |
| YUV | 62.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 35 | 0.75 | 0 | 0.60 | 0.65 | 131.82 | 0.6 | 0.22 |
| Hex | 16 | 58 | 23 | 4B | 0 | 3C | 41 | 84 | 3C | 16 |
| Octal | 26 | 130 | 43 | 113 | 0 | 74 | 101 | 204 | 74 | 26 |
| Binary | 10110 | 1011000 | 100011 | 1001011 | 0 | 111100 | 1000001 | 10000100 | 111100 | 10110 |
Color Harmonies of #165823
Complementary color
Monochromatic Colors of #165823
Black with #165823
Text Example
Text Example
White with #165823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165823; }
p { color: rgb(22,88,35); }
H1.HeaderClassName
{
color: #165823;
}
.AnyTagClassName
{
color: #165823;
}
</style>
background-color css
<style>
a { background-color: #165823; }
a { background-color: rgb(22,88,35); }
div.DivClassName
{
background-color: #165823;
}
.BgClassName
{
background-color: #165823;
}
</style>
border-color css
<style>
span { border-color: #165823; }
span { border-color: rgb(22,88,35); }
td.TdClassName
{
border-color: #165823;
}
.TagClassName
{
border-color: #165823;
}
</style>