Shades of Crusoe #105429
Tints of Crusoe #105429
RGB
CMYK
RGB Variations
Color information
#105429 (or 0x105429) is known color: Crusoe. HEX triplet: 10, 54 and 29. RGB value is (16,84,41). Sum of RGB (Red+Green+Blue) = 16+84+41=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #105429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105429 is #EFABD6. Grayscale: #3A3A3A. Windows color (decimal): -15707095 or 2708496. OLE color: 2708496.
HSL color Cylindrical-coordinate representation of color #105429: hue angle of 142.06º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105429 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 84 | 41 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.67 |
| HSL | 142.06º | 0.68% | 0.2% | - |
| HSV(B) | 142.06º | 0.81% | 0.33% | - |
| XYZ | 3.78 | 6.61 | 3.17 | - |
| YUV | 58.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 41 | 0.81 | 0 | 0.51 | 0.67 | 142.06 | 0.68 | 0.2 |
| Hex | 10 | 54 | 29 | 51 | 0 | 33 | 43 | 8E | 44 | 14 |
| Octal | 20 | 124 | 51 | 121 | 0 | 63 | 103 | 216 | 104 | 24 |
| Binary | 10000 | 1010100 | 101001 | 1010001 | 0 | 110011 | 1000011 | 10001110 | 1000100 | 10100 |
Color Harmonies of #105429
Complementary color
Monochromatic Colors of #105429
Black with #105429
Text Example
Text Example
White with #105429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105429; }
p { color: rgb(16,84,41); }
H1.HeaderClassName
{
color: #105429;
}
.AnyTagClassName
{
color: #105429;
}
</style>
background-color css
<style>
a { background-color: #105429; }
a { background-color: rgb(16,84,41); }
div.DivClassName
{
background-color: #105429;
}
.BgClassName
{
background-color: #105429;
}
</style>
border-color css
<style>
span { border-color: #105429; }
span { border-color: rgb(16,84,41); }
td.TdClassName
{
border-color: #105429;
}
.TagClassName
{
border-color: #105429;
}
</style>