Shades of Crusoe #105932
Tints of Crusoe #105932
RGB
CMYK
RGB Variations
Color information
#105932 (or 0x105932) is known color: Crusoe. HEX triplet: 10, 59 and 32. RGB value is (16,89,50). Sum of RGB (Red+Green+Blue) = 16+89+50=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #105932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105932 is #EFA6CD. Grayscale: #3E3E3E. Windows color (decimal): -15705806 or 3299600. OLE color: 3299600.
HSL color Cylindrical-coordinate representation of color #105932: hue angle of 147.95º 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 #105932 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 50 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.65 |
| HSL | 147.95º | 0.7% | 0.21% | - |
| HSV(B) | 147.95º | 0.82% | 0.35% | - |
| XYZ | 4.36 | 7.49 | 4.23 | - |
| YUV | 62.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 50 | 0.82 | 0 | 0.44 | 0.65 | 147.95 | 0.7 | 0.21 |
| Hex | 10 | 59 | 32 | 52 | 0 | 2C | 41 | 94 | 46 | 15 |
| Octal | 20 | 131 | 62 | 122 | 0 | 54 | 101 | 224 | 106 | 25 |
| Binary | 10000 | 1011001 | 110010 | 1010010 | 0 | 101100 | 1000001 | 10010100 | 1000110 | 10101 |
Color Harmonies of #105932
Complementary color
Monochromatic Colors of #105932
Black with #105932
Text Example
Text Example
White with #105932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105932; }
p { color: rgb(16,89,50); }
H1.HeaderClassName
{
color: #105932;
}
.AnyTagClassName
{
color: #105932;
}
</style>
background-color css
<style>
a { background-color: #105932; }
a { background-color: rgb(16,89,50); }
div.DivClassName
{
background-color: #105932;
}
.BgClassName
{
background-color: #105932;
}
</style>
border-color css
<style>
span { border-color: #105932; }
span { border-color: rgb(16,89,50); }
td.TdClassName
{
border-color: #105932;
}
.TagClassName
{
border-color: #105932;
}
</style>