Shades of Crusoe #105C18
Tints of Crusoe #105C18
RGB
CMYK
RGB Variations
Color information
#105C18 (or 0x105C18) is known color: Crusoe. HEX triplet: 10, 5C and 18. RGB value is (16,92,24). Sum of RGB (Red+Green+Blue) = 16+92+24=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #105C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C18 is #EFA3E7. Grayscale: #3D3D3D. Windows color (decimal): -15705064 or 1596432. OLE color: 1596432.
HSL color Cylindrical-coordinate representation of color #105C18: hue angle of 126.32º 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 #105C18 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 24 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.64 |
| HSL | 126.32º | 0.7% | 0.21% | - |
| HSV(B) | 126.32º | 0.83% | 0.36% | - |
| XYZ | 4.21 | 7.83 | 2.15 | - |
| YUV | 61.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 24 | 0.83 | 0 | 0.74 | 0.64 | 126.32 | 0.7 | 0.21 |
| Hex | 10 | 5C | 18 | 53 | 0 | 4A | 40 | 7E | 46 | 15 |
| Octal | 20 | 134 | 30 | 123 | 0 | 112 | 100 | 176 | 106 | 25 |
| Binary | 10000 | 1011100 | 11000 | 1010011 | 0 | 1001010 | 1000000 | 1111110 | 1000110 | 10101 |
Color Harmonies of #105C18
Complementary color
Monochromatic Colors of #105C18
Black with #105C18
Text Example
Text Example
White with #105C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C18; }
p { color: rgb(16,92,24); }
H1.HeaderClassName
{
color: #105C18;
}
.AnyTagClassName
{
color: #105C18;
}
</style>
background-color css
<style>
a { background-color: #105C18; }
a { background-color: rgb(16,92,24); }
div.DivClassName
{
background-color: #105C18;
}
.BgClassName
{
background-color: #105C18;
}
</style>
border-color css
<style>
span { border-color: #105C18; }
span { border-color: rgb(16,92,24); }
td.TdClassName
{
border-color: #105C18;
}
.TagClassName
{
border-color: #105C18;
}
</style>