Shades of Crusoe #105E1E
Tints of Crusoe #105E1E
RGB
CMYK
RGB Variations
Color information
#105E1E (or 0x105E1E) is known color: Crusoe. HEX triplet: 10, 5E and 1E. RGB value is (16,94,30). Sum of RGB (Red+Green+Blue) = 16+94+30=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 94 (37.11% from 255 or 67.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 94 - color contains mainly: green. Hex color #105E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105E1E is #EFA1E1. Grayscale: #3F3F3F. Windows color (decimal): -15704546 or 1990160. OLE color: 1990160.
HSL color Cylindrical-coordinate representation of color #105E1E: hue angle of 130.77º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105E1E is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 30 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.63 |
| HSL | 130.77º | 0.71% | 0.22% | - |
| HSV(B) | 130.77º | 0.83% | 0.37% | - |
| XYZ | 4.45 | 8.21 | 2.58 | - |
| YUV | 63.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 30 | 0.83 | 0 | 0.68 | 0.63 | 130.77 | 0.71 | 0.22 |
| Hex | 10 | 5E | 1E | 53 | 0 | 44 | 3F | 83 | 47 | 16 |
| Octal | 20 | 136 | 36 | 123 | 0 | 104 | 77 | 203 | 107 | 26 |
| Binary | 10000 | 1011110 | 11110 | 1010011 | 0 | 1000100 | 111111 | 10000011 | 1000111 | 10110 |
Color Harmonies of #105E1E
Complementary color
Monochromatic Colors of #105E1E
Black with #105E1E
Text Example
Text Example
White with #105E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E1E; }
p { color: rgb(16,94,30); }
H1.HeaderClassName
{
color: #105E1E;
}
.AnyTagClassName
{
color: #105E1E;
}
</style>
background-color css
<style>
a { background-color: #105E1E; }
a { background-color: rgb(16,94,30); }
div.DivClassName
{
background-color: #105E1E;
}
.BgClassName
{
background-color: #105E1E;
}
</style>
border-color css
<style>
span { border-color: #105E1E; }
span { border-color: rgb(16,94,30); }
td.TdClassName
{
border-color: #105E1E;
}
.TagClassName
{
border-color: #105E1E;
}
</style>