Shades of Crusoe #16572D
Tints of Crusoe #16572D
RGB
CMYK
RGB Variations
Color information
#16572D (or 0x16572D) is known color: Crusoe. HEX triplet: 16, 57 and 2D. RGB value is (22,87,45). Sum of RGB (Red+Green+Blue) = 22+87+45=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #16572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16572D is #E9A8D2. Grayscale: #3E3E3E. Windows color (decimal): -15313107 or 2971414. OLE color: 2971414.
HSL color Cylindrical-coordinate representation of color #16572D: hue angle of 141.23º 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 #16572D is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 45 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.66 |
| HSL | 141.23º | 0.6% | 0.21% | - |
| HSV(B) | 141.23º | 0.75% | 0.34% | - |
| XYZ | 4.21 | 7.18 | 3.65 | - |
| YUV | 62.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 45 | 0.75 | 0 | 0.48 | 0.66 | 141.23 | 0.6 | 0.21 |
| Hex | 16 | 57 | 2D | 4B | 0 | 30 | 42 | 8D | 3C | 15 |
| Octal | 26 | 127 | 55 | 113 | 0 | 60 | 102 | 215 | 74 | 25 |
| Binary | 10110 | 1010111 | 101101 | 1001011 | 0 | 110000 | 1000010 | 10001101 | 111100 | 10101 |
Color Harmonies of #16572D
Complementary color
Monochromatic Colors of #16572D
Black with #16572D
Text Example
Text Example
White with #16572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16572D; }
p { color: rgb(22,87,45); }
H1.HeaderClassName
{
color: #16572D;
}
.AnyTagClassName
{
color: #16572D;
}
</style>
background-color css
<style>
a { background-color: #16572D; }
a { background-color: rgb(22,87,45); }
div.DivClassName
{
background-color: #16572D;
}
.BgClassName
{
background-color: #16572D;
}
</style>
border-color css
<style>
span { border-color: #16572D; }
span { border-color: rgb(22,87,45); }
td.TdClassName
{
border-color: #16572D;
}
.TagClassName
{
border-color: #16572D;
}
</style>