Shades of Crusoe #105C19
Tints of Crusoe #105C19
RGB
CMYK
RGB Variations
Color information
#105C19 (or 0x105C19) is known color: Crusoe. HEX triplet: 10, 5C and 19. RGB value is (16,92,25). Sum of RGB (Red+Green+Blue) = 16+92+25=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 92 (36.33% from 255 or 69.17% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 92 - color contains mainly: green. Hex color #105C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C19 is #EFA3E6. Grayscale: #3D3D3D. Windows color (decimal): -15705063 or 1661968. OLE color: 1661968.
HSL color Cylindrical-coordinate representation of color #105C19: hue angle of 127.11º degrees, saturation: 0.7, 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 #105C19 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 25 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.64 |
| HSL | 127.11º | 0.7% | 0.21% | - |
| HSV(B) | 127.11º | 0.83% | 0.36% | - |
| XYZ | 4.22 | 7.83 | 2.21 | - |
| YUV | 61.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 25 | 0.83 | 0 | 0.73 | 0.64 | 127.11 | 0.7 | 0.21 |
| Hex | 10 | 5C | 19 | 53 | 0 | 49 | 40 | 7F | 46 | 15 |
| Octal | 20 | 134 | 31 | 123 | 0 | 111 | 100 | 177 | 106 | 25 |
| Binary | 10000 | 1011100 | 11001 | 1010011 | 0 | 1001001 | 1000000 | 1111111 | 1000110 | 10101 |
Color Harmonies of #105C19
Complementary color
Monochromatic Colors of #105C19
Black with #105C19
Text Example
Text Example
White with #105C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C19; }
p { color: rgb(16,92,25); }
H1.HeaderClassName
{
color: #105C19;
}
.AnyTagClassName
{
color: #105C19;
}
</style>
background-color css
<style>
a { background-color: #105C19; }
a { background-color: rgb(16,92,25); }
div.DivClassName
{
background-color: #105C19;
}
.BgClassName
{
background-color: #105C19;
}
</style>
border-color css
<style>
span { border-color: #105C19; }
span { border-color: rgb(16,92,25); }
td.TdClassName
{
border-color: #105C19;
}
.TagClassName
{
border-color: #105C19;
}
</style>