Shades of Crusoe #106026
Tints of Crusoe #106026
RGB
CMYK
RGB Variations
Color information
#106026 (or 0x106026) is known color: Crusoe. HEX triplet: 10, 60 and 26. RGB value is (16,96,38). Sum of RGB (Red+Green+Blue) = 16+96+38=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #106026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106026 is #EF9FD9. Grayscale: #414141. Windows color (decimal): -15704026 or 2514960. OLE color: 2514960.
HSL color Cylindrical-coordinate representation of color #106026: hue angle of 136.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106026 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 96 | 38 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.62 |
| HSL | 136.5º | 0.71% | 0.22% | - |
| HSV(B) | 136.5º | 0.83% | 0.38% | - |
| XYZ | 4.75 | 8.62 | 3.25 | - |
| YUV | 65.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 38 | 0.83 | 0 | 0.60 | 0.62 | 136.5 | 0.71 | 0.22 |
| Hex | 10 | 60 | 26 | 53 | 0 | 3C | 3E | 88 | 47 | 16 |
| Octal | 20 | 140 | 46 | 123 | 0 | 74 | 76 | 210 | 107 | 26 |
| Binary | 10000 | 1100000 | 100110 | 1010011 | 0 | 111100 | 111110 | 10001000 | 1000111 | 10110 |
Color Harmonies of #106026
Complementary color
Monochromatic Colors of #106026
Black with #106026
Text Example
Text Example
White with #106026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106026; }
p { color: rgb(16,96,38); }
H1.HeaderClassName
{
color: #106026;
}
.AnyTagClassName
{
color: #106026;
}
</style>
background-color css
<style>
a { background-color: #106026; }
a { background-color: rgb(16,96,38); }
div.DivClassName
{
background-color: #106026;
}
.BgClassName
{
background-color: #106026;
}
</style>
border-color css
<style>
span { border-color: #106026; }
span { border-color: rgb(16,96,38); }
td.TdClassName
{
border-color: #106026;
}
.TagClassName
{
border-color: #106026;
}
</style>