Shades of Crusoe #16632C
Tints of Crusoe #16632C
RGB
CMYK
RGB Variations
Color information
#16632C (or 0x16632C) is known color: Crusoe. HEX triplet: 16, 63 and 2C. RGB value is (22,99,44). Sum of RGB (Red+Green+Blue) = 22+99+44=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #16632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16632C is #E99CD3. Grayscale: #454545. Windows color (decimal): -15310036 or 2908950. OLE color: 2908950.
HSL color Cylindrical-coordinate representation of color #16632C: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16632C is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 44 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.61 |
| HSL | 137.14º | 0.64% | 0.24% | - |
| HSV(B) | 137.14º | 0.78% | 0.39% | - |
| XYZ | 5.25 | 9.28 | 3.9 | - |
| YUV | 69.71 | 113.49 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 44 | 0.78 | 0 | 0.56 | 0.61 | 137.14 | 0.64 | 0.24 |
| Hex | 16 | 63 | 2C | 4E | 0 | 38 | 3D | 89 | 40 | 18 |
| Octal | 26 | 143 | 54 | 116 | 0 | 70 | 75 | 211 | 100 | 30 |
| Binary | 10110 | 1100011 | 101100 | 1001110 | 0 | 111000 | 111101 | 10001001 | 1000000 | 11000 |
Color Harmonies of #16632C
Complementary color
Monochromatic Colors of #16632C
Black with #16632C
Text Example
Text Example
White with #16632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16632C; }
p { color: rgb(22,99,44); }
H1.HeaderClassName
{
color: #16632C;
}
.AnyTagClassName
{
color: #16632C;
}
</style>
background-color css
<style>
a { background-color: #16632C; }
a { background-color: rgb(22,99,44); }
div.DivClassName
{
background-color: #16632C;
}
.BgClassName
{
background-color: #16632C;
}
</style>
border-color css
<style>
span { border-color: #16632C; }
span { border-color: rgb(22,99,44); }
td.TdClassName
{
border-color: #16632C;
}
.TagClassName
{
border-color: #16632C;
}
</style>