Shades of Crusoe #165828
Tints of Crusoe #165828
RGB
CMYK
RGB Variations
Color information
#165828 (or 0x165828) is known color: Crusoe. HEX triplet: 16, 58 and 28. RGB value is (22,88,40). Sum of RGB (Red+Green+Blue) = 22+88+40=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #165828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165828 is #E9A7D7. Grayscale: #3E3E3E. Windows color (decimal): -15312856 or 2643990. OLE color: 2643990.
HSL color Cylindrical-coordinate representation of color #165828: hue angle of 136.36º 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 #165828 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 40 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.65 |
| HSL | 136.36º | 0.6% | 0.22% | - |
| HSV(B) | 136.36º | 0.75% | 0.35% | - |
| XYZ | 4.2 | 7.3 | 3.2 | - |
| YUV | 62.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 40 | 0.75 | 0 | 0.55 | 0.65 | 136.36 | 0.6 | 0.22 |
| Hex | 16 | 58 | 28 | 4B | 0 | 37 | 41 | 88 | 3C | 16 |
| Octal | 26 | 130 | 50 | 113 | 0 | 67 | 101 | 210 | 74 | 26 |
| Binary | 10110 | 1011000 | 101000 | 1001011 | 0 | 110111 | 1000001 | 10001000 | 111100 | 10110 |
Color Harmonies of #165828
Complementary color
Monochromatic Colors of #165828
Black with #165828
Text Example
Text Example
White with #165828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165828; }
p { color: rgb(22,88,40); }
H1.HeaderClassName
{
color: #165828;
}
.AnyTagClassName
{
color: #165828;
}
</style>
background-color css
<style>
a { background-color: #165828; }
a { background-color: rgb(22,88,40); }
div.DivClassName
{
background-color: #165828;
}
.BgClassName
{
background-color: #165828;
}
</style>
border-color css
<style>
span { border-color: #165828; }
span { border-color: rgb(22,88,40); }
td.TdClassName
{
border-color: #165828;
}
.TagClassName
{
border-color: #165828;
}
</style>