Shades of Crusoe #16522A
Tints of Crusoe #16522A
RGB
CMYK
RGB Variations
Color information
#16522A (or 0x16522A) is known color: Crusoe. HEX triplet: 16, 52 and 2A. RGB value is (22,82,42). Sum of RGB (Red+Green+Blue) = 22+82+42=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #16522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16522A is #E9ADD5. Grayscale: #3B3B3B. Windows color (decimal): -15314390 or 2773526. OLE color: 2773526.
HSL color Cylindrical-coordinate representation of color #16522A: hue angle of 140º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16522A is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 42 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.68 |
| HSL | 140º | 0.58% | 0.2% | - |
| HSV(B) | 140º | 0.73% | 0.32% | - |
| XYZ | 3.77 | 6.37 | 3.22 | - |
| YUV | 59.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 42 | 0.73 | 0 | 0.49 | 0.68 | 140 | 0.58 | 0.2 |
| Hex | 16 | 52 | 2A | 49 | 0 | 31 | 44 | 8C | 3A | 14 |
| Octal | 26 | 122 | 52 | 111 | 0 | 61 | 104 | 214 | 72 | 24 |
| Binary | 10110 | 1010010 | 101010 | 1001001 | 0 | 110001 | 1000100 | 10001100 | 111010 | 10100 |
Color Harmonies of #16522A
Complementary color
Monochromatic Colors of #16522A
Black with #16522A
Text Example
Text Example
White with #16522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16522A; }
p { color: rgb(22,82,42); }
H1.HeaderClassName
{
color: #16522A;
}
.AnyTagClassName
{
color: #16522A;
}
</style>
background-color css
<style>
a { background-color: #16522A; }
a { background-color: rgb(22,82,42); }
div.DivClassName
{
background-color: #16522A;
}
.BgClassName
{
background-color: #16522A;
}
</style>
border-color css
<style>
span { border-color: #16522A; }
span { border-color: rgb(22,82,42); }
td.TdClassName
{
border-color: #16522A;
}
.TagClassName
{
border-color: #16522A;
}
</style>