Shades of Crusoe #16631F
Tints of Crusoe #16631F
RGB
CMYK
RGB Variations
Color information
#16631F (or 0x16631F) is known color: Crusoe. HEX triplet: 16, 63 and 1F. RGB value is (22,99,31). Sum of RGB (Red+Green+Blue) = 22+99+31=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #16631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16631F is #E99CE0. Grayscale: #444444. Windows color (decimal): -15310049 or 2056982. OLE color: 2056982.
HSL color Cylindrical-coordinate representation of color #16631F: hue angle of 127.01º 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 #16631F is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 31 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.61 |
| HSL | 127.01º | 0.64% | 0.24% | - |
| HSV(B) | 127.01º | 0.78% | 0.39% | - |
| XYZ | 5.04 | 9.19 | 2.81 | - |
| YUV | 68.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 31 | 0.78 | 0 | 0.69 | 0.61 | 127.01 | 0.64 | 0.24 |
| Hex | 16 | 63 | 1F | 4E | 0 | 45 | 3D | 7F | 40 | 18 |
| Octal | 26 | 143 | 37 | 116 | 0 | 105 | 75 | 177 | 100 | 30 |
| Binary | 10110 | 1100011 | 11111 | 1001110 | 0 | 1000101 | 111101 | 1111111 | 1000000 | 11000 |
Color Harmonies of #16631F
Complementary color
Monochromatic Colors of #16631F
Black with #16631F
Text Example
Text Example
White with #16631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16631F; }
p { color: rgb(22,99,31); }
H1.HeaderClassName
{
color: #16631F;
}
.AnyTagClassName
{
color: #16631F;
}
</style>
background-color css
<style>
a { background-color: #16631F; }
a { background-color: rgb(22,99,31); }
div.DivClassName
{
background-color: #16631F;
}
.BgClassName
{
background-color: #16631F;
}
</style>
border-color css
<style>
span { border-color: #16631F; }
span { border-color: rgb(22,99,31); }
td.TdClassName
{
border-color: #16631F;
}
.TagClassName
{
border-color: #16631F;
}
</style>