Shades of Crusoe #105E1F
Tints of Crusoe #105E1F
RGB
CMYK
RGB Variations
Color information
#105E1F (or 0x105E1F) is known color: Crusoe. HEX triplet: 10, 5E and 1F. RGB value is (16,94,31). Sum of RGB (Red+Green+Blue) = 16+94+31=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 94 (37.11% from 255 or 66.67% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 94 - color contains mainly: green. Hex color #105E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105E1F is #EFA1E0. Grayscale: #3F3F3F. Windows color (decimal): -15704545 or 2055696. OLE color: 2055696.
HSL color Cylindrical-coordinate representation of color #105E1F: hue angle of 131.54º 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 #105E1F is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 31 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.63 |
| HSL | 131.54º | 0.71% | 0.22% | - |
| HSV(B) | 131.54º | 0.83% | 0.37% | - |
| XYZ | 4.46 | 8.21 | 2.65 | - |
| YUV | 63.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 31 | 0.83 | 0 | 0.67 | 0.63 | 131.54 | 0.71 | 0.22 |
| Hex | 10 | 5E | 1F | 53 | 0 | 43 | 3F | 84 | 47 | 16 |
| Octal | 20 | 136 | 37 | 123 | 0 | 103 | 77 | 204 | 107 | 26 |
| Binary | 10000 | 1011110 | 11111 | 1010011 | 0 | 1000011 | 111111 | 10000100 | 1000111 | 10110 |
Color Harmonies of #105E1F
Complementary color
Monochromatic Colors of #105E1F
Black with #105E1F
Text Example
Text Example
White with #105E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E1F; }
p { color: rgb(16,94,31); }
H1.HeaderClassName
{
color: #105E1F;
}
.AnyTagClassName
{
color: #105E1F;
}
</style>
background-color css
<style>
a { background-color: #105E1F; }
a { background-color: rgb(16,94,31); }
div.DivClassName
{
background-color: #105E1F;
}
.BgClassName
{
background-color: #105E1F;
}
</style>
border-color css
<style>
span { border-color: #105E1F; }
span { border-color: rgb(16,94,31); }
td.TdClassName
{
border-color: #105E1F;
}
.TagClassName
{
border-color: #105E1F;
}
</style>