Shades of Crusoe #105A29
Tints of Crusoe #105A29
RGB
CMYK
RGB Variations
Color information
#105A29 (or 0x105A29) is known color: Crusoe. HEX triplet: 10, 5A and 29. RGB value is (16,90,41). Sum of RGB (Red+Green+Blue) = 16+90+41=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #105A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A29 is #EFA5D6. Grayscale: #3E3E3E. Windows color (decimal): -15705559 or 2710032. OLE color: 2710032.
HSL color Cylindrical-coordinate representation of color #105A29: hue angle of 140.27º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A29 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 41 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.65 |
| HSL | 140.27º | 0.7% | 0.21% | - |
| HSV(B) | 140.27º | 0.82% | 0.35% | - |
| XYZ | 4.27 | 7.58 | 3.34 | - |
| YUV | 62.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 41 | 0.82 | 0 | 0.54 | 0.65 | 140.27 | 0.7 | 0.21 |
| Hex | 10 | 5A | 29 | 52 | 0 | 36 | 41 | 8C | 46 | 15 |
| Octal | 20 | 132 | 51 | 122 | 0 | 66 | 101 | 214 | 106 | 25 |
| Binary | 10000 | 1011010 | 101001 | 1010010 | 0 | 110110 | 1000001 | 10001100 | 1000110 | 10101 |
Color Harmonies of #105A29
Complementary color
Monochromatic Colors of #105A29
Black with #105A29
Text Example
Text Example
White with #105A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A29; }
p { color: rgb(16,90,41); }
H1.HeaderClassName
{
color: #105A29;
}
.AnyTagClassName
{
color: #105A29;
}
</style>
background-color css
<style>
a { background-color: #105A29; }
a { background-color: rgb(16,90,41); }
div.DivClassName
{
background-color: #105A29;
}
.BgClassName
{
background-color: #105A29;
}
</style>
border-color css
<style>
span { border-color: #105A29; }
span { border-color: rgb(16,90,41); }
td.TdClassName
{
border-color: #105A29;
}
.TagClassName
{
border-color: #105A29;
}
</style>