Shades of Crusoe #106519
Tints of Crusoe #106519
RGB
CMYK
RGB Variations
Color information
#106519 (or 0x106519) is known color: Crusoe. HEX triplet: 10, 65 and 19. RGB value is (16,101,25). Sum of RGB (Red+Green+Blue) = 16+101+25=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #106519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106519 is #EF9AE6. Grayscale: #434343. Windows color (decimal): -15702759 or 1664272. OLE color: 1664272.
HSL color Cylindrical-coordinate representation of color #106519: hue angle of 126.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106519 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 25 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.60 |
| HSL | 126.35º | 0.73% | 0.23% | - |
| HSV(B) | 126.35º | 0.84% | 0.4% | - |
| XYZ | 5.04 | 9.49 | 2.49 | - |
| YUV | 66.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 25 | 0.84 | 0 | 0.75 | 0.60 | 126.35 | 0.73 | 0.23 |
| Hex | 10 | 65 | 19 | 54 | 0 | 4B | 3C | 7E | 49 | 17 |
| Octal | 20 | 145 | 31 | 124 | 0 | 113 | 74 | 176 | 111 | 27 |
| Binary | 10000 | 1100101 | 11001 | 1010100 | 0 | 1001011 | 111100 | 1111110 | 1001001 | 10111 |
Color Harmonies of #106519
Complementary color
Monochromatic Colors of #106519
Black with #106519
Text Example
Text Example
White with #106519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106519; }
p { color: rgb(16,101,25); }
H1.HeaderClassName
{
color: #106519;
}
.AnyTagClassName
{
color: #106519;
}
</style>
background-color css
<style>
a { background-color: #106519; }
a { background-color: rgb(16,101,25); }
div.DivClassName
{
background-color: #106519;
}
.BgClassName
{
background-color: #106519;
}
</style>
border-color css
<style>
span { border-color: #106519; }
span { border-color: rgb(16,101,25); }
td.TdClassName
{
border-color: #106519;
}
.TagClassName
{
border-color: #106519;
}
</style>