Shades of Crusoe #105029
Tints of Crusoe #105029
RGB
CMYK
RGB Variations
Color information
#105029 (or 0x105029) is known color: Crusoe. HEX triplet: 10, 50 and 29. RGB value is (16,80,41). Sum of RGB (Red+Green+Blue) = 16+80+41=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #105029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105029 is #EFAFD6. Grayscale: #383838. Windows color (decimal): -15708119 or 2707472. OLE color: 2707472.
HSL color Cylindrical-coordinate representation of color #105029: hue angle of 143.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105029 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 41 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.69 |
| HSL | 143.44º | 0.67% | 0.19% | - |
| HSV(B) | 143.44º | 0.8% | 0.31% | - |
| XYZ | 3.48 | 6.01 | 3.07 | - |
| YUV | 56.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 41 | 0.80 | 0 | 0.49 | 0.69 | 143.44 | 0.67 | 0.19 |
| Hex | 10 | 50 | 29 | 50 | 0 | 31 | 45 | 8F | 43 | 13 |
| Octal | 20 | 120 | 51 | 120 | 0 | 61 | 105 | 217 | 103 | 23 |
| Binary | 10000 | 1010000 | 101001 | 1010000 | 0 | 110001 | 1000101 | 10001111 | 1000011 | 10011 |
Color Harmonies of #105029
Complementary color
Monochromatic Colors of #105029
Black with #105029
Text Example
Text Example
White with #105029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105029; }
p { color: rgb(16,80,41); }
H1.HeaderClassName
{
color: #105029;
}
.AnyTagClassName
{
color: #105029;
}
</style>
background-color css
<style>
a { background-color: #105029; }
a { background-color: rgb(16,80,41); }
div.DivClassName
{
background-color: #105029;
}
.BgClassName
{
background-color: #105029;
}
</style>
border-color css
<style>
span { border-color: #105029; }
span { border-color: rgb(16,80,41); }
td.TdClassName
{
border-color: #105029;
}
.TagClassName
{
border-color: #105029;
}
</style>