Shades of Crusoe #105828
Tints of Crusoe #105828
RGB
CMYK
RGB Variations
Color information
#105828 (or 0x105828) is known color: Crusoe. HEX triplet: 10, 58 and 28. RGB value is (16,88,40). Sum of RGB (Red+Green+Blue) = 16+88+40=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #105828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105828 is #EFA7D7. Grayscale: #3D3D3D. Windows color (decimal): -15706072 or 2643984. OLE color: 2643984.
HSL color Cylindrical-coordinate representation of color #105828: hue angle of 140º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105828 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 40 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.65 |
| HSL | 140º | 0.69% | 0.2% | - |
| HSV(B) | 140º | 0.82% | 0.35% | - |
| XYZ | 4.09 | 7.24 | 3.19 | - |
| YUV | 61 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 40 | 0.82 | 0 | 0.55 | 0.65 | 140 | 0.69 | 0.2 |
| Hex | 10 | 58 | 28 | 52 | 0 | 37 | 41 | 8C | 45 | 14 |
| Octal | 20 | 130 | 50 | 122 | 0 | 67 | 101 | 214 | 105 | 24 |
| Binary | 10000 | 1011000 | 101000 | 1010010 | 0 | 110111 | 1000001 | 10001100 | 1000101 | 10100 |
Color Harmonies of #105828
Complementary color
Monochromatic Colors of #105828
Black with #105828
Text Example
Text Example
White with #105828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105828; }
p { color: rgb(16,88,40); }
H1.HeaderClassName
{
color: #105828;
}
.AnyTagClassName
{
color: #105828;
}
</style>
background-color css
<style>
a { background-color: #105828; }
a { background-color: rgb(16,88,40); }
div.DivClassName
{
background-color: #105828;
}
.BgClassName
{
background-color: #105828;
}
</style>
border-color css
<style>
span { border-color: #105828; }
span { border-color: rgb(16,88,40); }
td.TdClassName
{
border-color: #105828;
}
.TagClassName
{
border-color: #105828;
}
</style>