Shades of Crusoe #165834
Tints of Crusoe #165834
RGB
CMYK
RGB Variations
Color information
#165834 (or 0x165834) is known color: Crusoe. HEX triplet: 16, 58 and 34. RGB value is (22,88,52). Sum of RGB (Red+Green+Blue) = 22+88+52=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #165834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165834 is #E9A7CB. Grayscale: #404040. Windows color (decimal): -15312844 or 3430422. OLE color: 3430422.
HSL color Cylindrical-coordinate representation of color #165834: hue angle of 147.27º 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 #165834 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 52 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.65 |
| HSL | 147.27º | 0.6% | 0.22% | - |
| HSV(B) | 147.27º | 0.75% | 0.35% | - |
| XYZ | 4.44 | 7.4 | 4.44 | - |
| YUV | 64.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 52 | 0.75 | 0 | 0.41 | 0.65 | 147.27 | 0.6 | 0.22 |
| Hex | 16 | 58 | 34 | 4B | 0 | 29 | 41 | 93 | 3C | 16 |
| Octal | 26 | 130 | 64 | 113 | 0 | 51 | 101 | 223 | 74 | 26 |
| Binary | 10110 | 1011000 | 110100 | 1001011 | 0 | 101001 | 1000001 | 10010011 | 111100 | 10110 |
Color Harmonies of #165834
Complementary color
Monochromatic Colors of #165834
Black with #165834
Text Example
Text Example
White with #165834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165834; }
p { color: rgb(22,88,52); }
H1.HeaderClassName
{
color: #165834;
}
.AnyTagClassName
{
color: #165834;
}
</style>
background-color css
<style>
a { background-color: #165834; }
a { background-color: rgb(22,88,52); }
div.DivClassName
{
background-color: #165834;
}
.BgClassName
{
background-color: #165834;
}
</style>
border-color css
<style>
span { border-color: #165834; }
span { border-color: rgb(22,88,52); }
td.TdClassName
{
border-color: #165834;
}
.TagClassName
{
border-color: #165834;
}
</style>