Shades of Crusoe #105C28
Tints of Crusoe #105C28
RGB
CMYK
RGB Variations
Color information
#105C28 (or 0x105C28) is known color: Crusoe. HEX triplet: 10, 5C and 28. RGB value is (16,92,40). Sum of RGB (Red+Green+Blue) = 16+92+40=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #105C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C28 is #EFA3D7. Grayscale: #3F3F3F. Windows color (decimal): -15705048 or 2645008. OLE color: 2645008.
HSL color Cylindrical-coordinate representation of color #105C28: hue angle of 138.95º 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 #105C28 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 40 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.64 |
| HSL | 138.95º | 0.7% | 0.21% | - |
| HSV(B) | 138.95º | 0.83% | 0.36% | - |
| XYZ | 4.42 | 7.92 | 3.3 | - |
| YUV | 63.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 40 | 0.83 | 0 | 0.57 | 0.64 | 138.95 | 0.7 | 0.21 |
| Hex | 10 | 5C | 28 | 53 | 0 | 39 | 40 | 8B | 46 | 15 |
| Octal | 20 | 134 | 50 | 123 | 0 | 71 | 100 | 213 | 106 | 25 |
| Binary | 10000 | 1011100 | 101000 | 1010011 | 0 | 111001 | 1000000 | 10001011 | 1000110 | 10101 |
Color Harmonies of #105C28
Complementary color
Monochromatic Colors of #105C28
Black with #105C28
Text Example
Text Example
White with #105C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C28; }
p { color: rgb(16,92,40); }
H1.HeaderClassName
{
color: #105C28;
}
.AnyTagClassName
{
color: #105C28;
}
</style>
background-color css
<style>
a { background-color: #105C28; }
a { background-color: rgb(16,92,40); }
div.DivClassName
{
background-color: #105C28;
}
.BgClassName
{
background-color: #105C28;
}
</style>
border-color css
<style>
span { border-color: #105C28; }
span { border-color: rgb(16,92,40); }
td.TdClassName
{
border-color: #105C28;
}
.TagClassName
{
border-color: #105C28;
}
</style>