Shades of Crusoe #16592B
Tints of Crusoe #16592B
RGB
CMYK
RGB Variations
Color information
#16592B (or 0x16592B) is known color: Crusoe. HEX triplet: 16, 59 and 2B. RGB value is (22,89,43). Sum of RGB (Red+Green+Blue) = 22+89+43=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #16592B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16592B is #E9A6D4. Grayscale: #3F3F3F. Windows color (decimal): -15312597 or 2840854. OLE color: 2840854.
HSL color Cylindrical-coordinate representation of color #16592B: hue angle of 138.81º 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 #16592B is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 43 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.65 |
| HSL | 138.81º | 0.6% | 0.22% | - |
| HSV(B) | 138.81º | 0.75% | 0.35% | - |
| XYZ | 4.34 | 7.49 | 3.5 | - |
| YUV | 63.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 43 | 0.75 | 0 | 0.52 | 0.65 | 138.81 | 0.6 | 0.22 |
| Hex | 16 | 59 | 2B | 4B | 0 | 34 | 41 | 8B | 3C | 16 |
| Octal | 26 | 131 | 53 | 113 | 0 | 64 | 101 | 213 | 74 | 26 |
| Binary | 10110 | 1011001 | 101011 | 1001011 | 0 | 110100 | 1000001 | 10001011 | 111100 | 10110 |
Color Harmonies of #16592B
Complementary color
Monochromatic Colors of #16592B
Black with #16592B
Text Example
Text Example
White with #16592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16592B; }
p { color: rgb(22,89,43); }
H1.HeaderClassName
{
color: #16592B;
}
.AnyTagClassName
{
color: #16592B;
}
</style>
background-color css
<style>
a { background-color: #16592B; }
a { background-color: rgb(22,89,43); }
div.DivClassName
{
background-color: #16592B;
}
.BgClassName
{
background-color: #16592B;
}
</style>
border-color css
<style>
span { border-color: #16592B; }
span { border-color: rgb(22,89,43); }
td.TdClassName
{
border-color: #16592B;
}
.TagClassName
{
border-color: #16592B;
}
</style>