Shades of Crusoe #105E28
Tints of Crusoe #105E28
RGB
CMYK
RGB Variations
Color information
#105E28 (or 0x105E28) is known color: Crusoe. HEX triplet: 10, 5E and 28. RGB value is (16,94,40). Sum of RGB (Red+Green+Blue) = 16+94+40=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 94 (37.11% from 255 or 62.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 94 - color contains mainly: green. Hex color #105E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105E28 is #EFA1D7. Grayscale: #404040. Windows color (decimal): -15704536 or 2645520. OLE color: 2645520.
HSL color Cylindrical-coordinate representation of color #105E28: hue angle of 138.46º 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 #105E28 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 40 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.63 |
| HSL | 138.46º | 0.71% | 0.22% | - |
| HSV(B) | 138.46º | 0.83% | 0.37% | - |
| XYZ | 4.6 | 8.27 | 3.36 | - |
| YUV | 64.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 40 | 0.83 | 0 | 0.57 | 0.63 | 138.46 | 0.71 | 0.22 |
| Hex | 10 | 5E | 28 | 53 | 0 | 39 | 3F | 8A | 47 | 16 |
| Octal | 20 | 136 | 50 | 123 | 0 | 71 | 77 | 212 | 107 | 26 |
| Binary | 10000 | 1011110 | 101000 | 1010011 | 0 | 111001 | 111111 | 10001010 | 1000111 | 10110 |
Color Harmonies of #105E28
Complementary color
Monochromatic Colors of #105E28
Black with #105E28
Text Example
Text Example
White with #105E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E28; }
p { color: rgb(16,94,40); }
H1.HeaderClassName
{
color: #105E28;
}
.AnyTagClassName
{
color: #105E28;
}
</style>
background-color css
<style>
a { background-color: #105E28; }
a { background-color: rgb(16,94,40); }
div.DivClassName
{
background-color: #105E28;
}
.BgClassName
{
background-color: #105E28;
}
</style>
border-color css
<style>
span { border-color: #105E28; }
span { border-color: rgb(16,94,40); }
td.TdClassName
{
border-color: #105E28;
}
.TagClassName
{
border-color: #105E28;
}
</style>