Shades of Crusoe #16572E
Tints of Crusoe #16572E
RGB
CMYK
RGB Variations
Color information
#16572E (or 0x16572E) is known color: Crusoe. HEX triplet: 16, 57 and 2E. RGB value is (22,87,46). Sum of RGB (Red+Green+Blue) = 22+87+46=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #16572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16572E is #E9A8D1. Grayscale: #3E3E3E. Windows color (decimal): -15313106 or 3036950. OLE color: 3036950.
HSL color Cylindrical-coordinate representation of color #16572E: hue angle of 142.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16572E is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 46 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.66 |
| HSL | 142.15º | 0.6% | 0.21% | - |
| HSV(B) | 142.15º | 0.75% | 0.34% | - |
| XYZ | 4.23 | 7.18 | 3.75 | - |
| YUV | 62.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 46 | 0.75 | 0 | 0.47 | 0.66 | 142.15 | 0.6 | 0.21 |
| Hex | 16 | 57 | 2E | 4B | 0 | 2F | 42 | 8E | 3C | 15 |
| Octal | 26 | 127 | 56 | 113 | 0 | 57 | 102 | 216 | 74 | 25 |
| Binary | 10110 | 1010111 | 101110 | 1001011 | 0 | 101111 | 1000010 | 10001110 | 111100 | 10101 |
Color Harmonies of #16572E
Complementary color
Monochromatic Colors of #16572E
Black with #16572E
Text Example
Text Example
White with #16572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16572E; }
p { color: rgb(22,87,46); }
H1.HeaderClassName
{
color: #16572E;
}
.AnyTagClassName
{
color: #16572E;
}
</style>
background-color css
<style>
a { background-color: #16572E; }
a { background-color: rgb(22,87,46); }
div.DivClassName
{
background-color: #16572E;
}
.BgClassName
{
background-color: #16572E;
}
</style>
border-color css
<style>
span { border-color: #16572E; }
span { border-color: rgb(22,87,46); }
td.TdClassName
{
border-color: #16572E;
}
.TagClassName
{
border-color: #16572E;
}
</style>