Shades of Crusoe #105D19
Tints of Crusoe #105D19
RGB
CMYK
RGB Variations
Color information
#105D19 (or 0x105D19) is known color: Crusoe. HEX triplet: 10, 5D and 19. RGB value is (16,93,25). Sum of RGB (Red+Green+Blue) = 16+93+25=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #105D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105D19 is #EFA2E6. Grayscale: #3E3E3E. Windows color (decimal): -15704807 or 1662224. OLE color: 1662224.
HSL color Cylindrical-coordinate representation of color #105D19: hue angle of 127.01º 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 #105D19 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 93 | 25 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.64 |
| HSL | 127.01º | 0.71% | 0.21% | - |
| HSV(B) | 127.01º | 0.83% | 0.36% | - |
| XYZ | 4.3 | 8.01 | 2.24 | - |
| YUV | 62.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 25 | 0.83 | 0 | 0.73 | 0.64 | 127.01 | 0.71 | 0.21 |
| Hex | 10 | 5D | 19 | 53 | 0 | 49 | 40 | 7F | 47 | 15 |
| Octal | 20 | 135 | 31 | 123 | 0 | 111 | 100 | 177 | 107 | 25 |
| Binary | 10000 | 1011101 | 11001 | 1010011 | 0 | 1001001 | 1000000 | 1111111 | 1000111 | 10101 |
Color Harmonies of #105D19
Complementary color
Monochromatic Colors of #105D19
Black with #105D19
Text Example
Text Example
White with #105D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D19; }
p { color: rgb(16,93,25); }
H1.HeaderClassName
{
color: #105D19;
}
.AnyTagClassName
{
color: #105D19;
}
</style>
background-color css
<style>
a { background-color: #105D19; }
a { background-color: rgb(16,93,25); }
div.DivClassName
{
background-color: #105D19;
}
.BgClassName
{
background-color: #105D19;
}
</style>
border-color css
<style>
span { border-color: #105D19; }
span { border-color: rgb(16,93,25); }
td.TdClassName
{
border-color: #105D19;
}
.TagClassName
{
border-color: #105D19;
}
</style>