Shades of Crusoe #16612E
Tints of Crusoe #16612E
RGB
CMYK
RGB Variations
Color information
#16612E (or 0x16612E) is known color: Crusoe. HEX triplet: 16, 61 and 2E. RGB value is (22,97,46). Sum of RGB (Red+Green+Blue) = 22+97+46=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #16612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16612E is #E99ED1. Grayscale: #444444. Windows color (decimal): -15310546 or 3039510. OLE color: 3039510.
HSL color Cylindrical-coordinate representation of color #16612E: hue angle of 139.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16612E is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 46 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.62 |
| HSL | 139.2º | 0.63% | 0.23% | - |
| HSV(B) | 139.2º | 0.77% | 0.38% | - |
| XYZ | 5.1 | 8.92 | 4.04 | - |
| YUV | 68.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 46 | 0.77 | 0 | 0.53 | 0.62 | 139.2 | 0.63 | 0.23 |
| Hex | 16 | 61 | 2E | 4D | 0 | 35 | 3E | 8B | 3F | 17 |
| Octal | 26 | 141 | 56 | 115 | 0 | 65 | 76 | 213 | 77 | 27 |
| Binary | 10110 | 1100001 | 101110 | 1001101 | 0 | 110101 | 111110 | 10001011 | 111111 | 10111 |
Color Harmonies of #16612E
Complementary color
Monochromatic Colors of #16612E
Black with #16612E
Text Example
Text Example
White with #16612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16612E; }
p { color: rgb(22,97,46); }
H1.HeaderClassName
{
color: #16612E;
}
.AnyTagClassName
{
color: #16612E;
}
</style>
background-color css
<style>
a { background-color: #16612E; }
a { background-color: rgb(22,97,46); }
div.DivClassName
{
background-color: #16612E;
}
.BgClassName
{
background-color: #16612E;
}
</style>
border-color css
<style>
span { border-color: #16612E; }
span { border-color: rgb(22,97,46); }
td.TdClassName
{
border-color: #16612E;
}
.TagClassName
{
border-color: #16612E;
}
</style>