Shades of Crusoe #105E1D
Tints of Crusoe #105E1D
RGB
CMYK
RGB Variations
Color information
#105E1D (or 0x105E1D) is known color: Crusoe. HEX triplet: 10, 5E and 1D. RGB value is (16,94,29). Sum of RGB (Red+Green+Blue) = 16+94+29=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 94 (37.11% from 255 or 67.63% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 94 - color contains mainly: green. Hex color #105E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105E1D is #EFA1E2. Grayscale: #3F3F3F. Windows color (decimal): -15704547 or 1924624. OLE color: 1924624.
HSL color Cylindrical-coordinate representation of color #105E1D: hue angle of 130º 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 #105E1D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 29 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.63 |
| HSL | 130º | 0.71% | 0.22% | - |
| HSV(B) | 130º | 0.83% | 0.37% | - |
| XYZ | 4.44 | 8.2 | 2.51 | - |
| YUV | 63.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 29 | 0.83 | 0 | 0.69 | 0.63 | 130 | 0.71 | 0.22 |
| Hex | 10 | 5E | 1D | 53 | 0 | 45 | 3F | 82 | 47 | 16 |
| Octal | 20 | 136 | 35 | 123 | 0 | 105 | 77 | 202 | 107 | 26 |
| Binary | 10000 | 1011110 | 11101 | 1010011 | 0 | 1000101 | 111111 | 10000010 | 1000111 | 10110 |
Color Harmonies of #105E1D
Complementary color
Monochromatic Colors of #105E1D
Black with #105E1D
Text Example
Text Example
White with #105E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E1D; }
p { color: rgb(16,94,29); }
H1.HeaderClassName
{
color: #105E1D;
}
.AnyTagClassName
{
color: #105E1D;
}
</style>
background-color css
<style>
a { background-color: #105E1D; }
a { background-color: rgb(16,94,29); }
div.DivClassName
{
background-color: #105E1D;
}
.BgClassName
{
background-color: #105E1D;
}
</style>
border-color css
<style>
span { border-color: #105E1D; }
span { border-color: rgb(16,94,29); }
td.TdClassName
{
border-color: #105E1D;
}
.TagClassName
{
border-color: #105E1D;
}
</style>