Shades of Crusoe #165930
Tints of Crusoe #165930
RGB
CMYK
RGB Variations
Color information
#165930 (or 0x165930) is known color: Crusoe. HEX triplet: 16, 59 and 30. RGB value is (22,89,48). Sum of RGB (Red+Green+Blue) = 22+89+48=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #165930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165930 is #E9A6CF. Grayscale: #404040. Windows color (decimal): -15312592 or 3168534. OLE color: 3168534.
HSL color Cylindrical-coordinate representation of color #165930: hue angle of 143.28º 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 #165930 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 48 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.65 |
| HSL | 143.28º | 0.6% | 0.22% | - |
| HSV(B) | 143.28º | 0.75% | 0.35% | - |
| XYZ | 4.44 | 7.53 | 4.02 | - |
| YUV | 64.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 48 | 0.75 | 0 | 0.46 | 0.65 | 143.28 | 0.6 | 0.22 |
| Hex | 16 | 59 | 30 | 4B | 0 | 2E | 41 | 8F | 3C | 16 |
| Octal | 26 | 131 | 60 | 113 | 0 | 56 | 101 | 217 | 74 | 26 |
| Binary | 10110 | 1011001 | 110000 | 1001011 | 0 | 101110 | 1000001 | 10001111 | 111100 | 10110 |
Color Harmonies of #165930
Complementary color
Monochromatic Colors of #165930
Black with #165930
Text Example
Text Example
White with #165930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165930; }
p { color: rgb(22,89,48); }
H1.HeaderClassName
{
color: #165930;
}
.AnyTagClassName
{
color: #165930;
}
</style>
background-color css
<style>
a { background-color: #165930; }
a { background-color: rgb(22,89,48); }
div.DivClassName
{
background-color: #165930;
}
.BgClassName
{
background-color: #165930;
}
</style>
border-color css
<style>
span { border-color: #165930; }
span { border-color: rgb(22,89,48); }
td.TdClassName
{
border-color: #165930;
}
.TagClassName
{
border-color: #165930;
}
</style>