Shades of Crusoe #105D18
Tints of Crusoe #105D18
RGB
CMYK
RGB Variations
Color information
#105D18 (or 0x105D18) is known color: Crusoe. HEX triplet: 10, 5D and 18. RGB value is (16,93,24). Sum of RGB (Red+Green+Blue) = 16+93+24=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #105D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105D18 is #EFA2E7. Grayscale: #3E3E3E. Windows color (decimal): -15704808 or 1596688. OLE color: 1596688.
HSL color Cylindrical-coordinate representation of color #105D18: hue angle of 126.23º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105D18 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 93 | 24 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.64 |
| HSL | 126.23º | 0.71% | 0.21% | - |
| HSV(B) | 126.23º | 0.83% | 0.36% | - |
| XYZ | 4.29 | 8 | 2.18 | - |
| YUV | 62.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 24 | 0.83 | 0 | 0.74 | 0.64 | 126.23 | 0.71 | 0.21 |
| Hex | 10 | 5D | 18 | 53 | 0 | 4A | 40 | 7E | 47 | 15 |
| Octal | 20 | 135 | 30 | 123 | 0 | 112 | 100 | 176 | 107 | 25 |
| Binary | 10000 | 1011101 | 11000 | 1010011 | 0 | 1001010 | 1000000 | 1111110 | 1000111 | 10101 |
Color Harmonies of #105D18
Complementary color
Monochromatic Colors of #105D18
Black with #105D18
Text Example
Text Example
White with #105D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D18; }
p { color: rgb(16,93,24); }
H1.HeaderClassName
{
color: #105D18;
}
.AnyTagClassName
{
color: #105D18;
}
</style>
background-color css
<style>
a { background-color: #105D18; }
a { background-color: rgb(16,93,24); }
div.DivClassName
{
background-color: #105D18;
}
.BgClassName
{
background-color: #105D18;
}
</style>
border-color css
<style>
span { border-color: #105D18; }
span { border-color: rgb(16,93,24); }
td.TdClassName
{
border-color: #105D18;
}
.TagClassName
{
border-color: #105D18;
}
</style>