Shades of Crusoe #16551F
Tints of Crusoe #16551F
RGB
CMYK
RGB Variations
Color information
#16551F (or 0x16551F) is known color: Crusoe. HEX triplet: 16, 55 and 1F. RGB value is (22,85,31). Sum of RGB (Red+Green+Blue) = 22+85+31=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #16551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16551F is #E9AAE0. Grayscale: #3C3C3C. Windows color (decimal): -15313633 or 2053398. OLE color: 2053398.
HSL color Cylindrical-coordinate representation of color #16551F: hue angle of 128.57º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16551F is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 31 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.67 |
| HSL | 128.57º | 0.59% | 0.21% | - |
| HSV(B) | 128.57º | 0.74% | 0.33% | - |
| XYZ | 3.83 | 6.77 | 2.4 | - |
| YUV | 60.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 31 | 0.74 | 0 | 0.64 | 0.67 | 128.57 | 0.59 | 0.21 |
| Hex | 16 | 55 | 1F | 4A | 0 | 40 | 43 | 81 | 3B | 15 |
| Octal | 26 | 125 | 37 | 112 | 0 | 100 | 103 | 201 | 73 | 25 |
| Binary | 10110 | 1010101 | 11111 | 1001010 | 0 | 1000000 | 1000011 | 10000001 | 111011 | 10101 |
Color Harmonies of #16551F
Complementary color
Monochromatic Colors of #16551F
Black with #16551F
Text Example
Text Example
White with #16551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16551F; }
p { color: rgb(22,85,31); }
H1.HeaderClassName
{
color: #16551F;
}
.AnyTagClassName
{
color: #16551F;
}
</style>
background-color css
<style>
a { background-color: #16551F; }
a { background-color: rgb(22,85,31); }
div.DivClassName
{
background-color: #16551F;
}
.BgClassName
{
background-color: #16551F;
}
</style>
border-color css
<style>
span { border-color: #16551F; }
span { border-color: rgb(22,85,31); }
td.TdClassName
{
border-color: #16551F;
}
.TagClassName
{
border-color: #16551F;
}
</style>