Shades of Crusoe #16581F
Tints of Crusoe #16581F
RGB
CMYK
RGB Variations
Color information
#16581F (or 0x16581F) is known color: Crusoe. HEX triplet: 16, 58 and 1F. RGB value is (22,88,31). Sum of RGB (Red+Green+Blue) = 22+88+31=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #16581F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16581F is #E9A7E0. Grayscale: #3D3D3D. Windows color (decimal): -15312865 or 2054166. OLE color: 2054166.
HSL color Cylindrical-coordinate representation of color #16581F: hue angle of 128.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16581F is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 31 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.65 |
| HSL | 128.18º | 0.6% | 0.22% | - |
| HSV(B) | 128.18º | 0.75% | 0.35% | - |
| XYZ | 4.07 | 7.25 | 2.48 | - |
| YUV | 61.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 31 | 0.75 | 0 | 0.65 | 0.65 | 128.18 | 0.6 | 0.22 |
| Hex | 16 | 58 | 1F | 4B | 0 | 41 | 41 | 80 | 3C | 16 |
| Octal | 26 | 130 | 37 | 113 | 0 | 101 | 101 | 200 | 74 | 26 |
| Binary | 10110 | 1011000 | 11111 | 1001011 | 0 | 1000001 | 1000001 | 10000000 | 111100 | 10110 |
Color Harmonies of #16581F
Complementary color
Monochromatic Colors of #16581F
Black with #16581F
Text Example
Text Example
White with #16581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16581F; }
p { color: rgb(22,88,31); }
H1.HeaderClassName
{
color: #16581F;
}
.AnyTagClassName
{
color: #16581F;
}
</style>
background-color css
<style>
a { background-color: #16581F; }
a { background-color: rgb(22,88,31); }
div.DivClassName
{
background-color: #16581F;
}
.BgClassName
{
background-color: #16581F;
}
</style>
border-color css
<style>
span { border-color: #16581F; }
span { border-color: rgb(22,88,31); }
td.TdClassName
{
border-color: #16581F;
}
.TagClassName
{
border-color: #16581F;
}
</style>