Shades of Crusoe #105825
Tints of Crusoe #105825
RGB
CMYK
RGB Variations
Color information
#105825 (or 0x105825) is known color: Crusoe. HEX triplet: 10, 58 and 25. RGB value is (16,88,37). Sum of RGB (Red+Green+Blue) = 16+88+37=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #105825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105825 is #EFA7DA. Grayscale: #3C3C3C. Windows color (decimal): -15706075 or 2447376. OLE color: 2447376.
HSL color Cylindrical-coordinate representation of color #105825: hue angle of 137.5º 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 #105825 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 37 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.65 |
| HSL | 137.5º | 0.69% | 0.2% | - |
| HSV(B) | 137.5º | 0.82% | 0.35% | - |
| XYZ | 4.04 | 7.22 | 2.93 | - |
| YUV | 60.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 37 | 0.82 | 0 | 0.58 | 0.65 | 137.5 | 0.69 | 0.2 |
| Hex | 10 | 58 | 25 | 52 | 0 | 3A | 41 | 8A | 45 | 14 |
| Octal | 20 | 130 | 45 | 122 | 0 | 72 | 101 | 212 | 105 | 24 |
| Binary | 10000 | 1011000 | 100101 | 1010010 | 0 | 111010 | 1000001 | 10001010 | 1000101 | 10100 |
Color Harmonies of #105825
Complementary color
Monochromatic Colors of #105825
Black with #105825
Text Example
Text Example
White with #105825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105825; }
p { color: rgb(16,88,37); }
H1.HeaderClassName
{
color: #105825;
}
.AnyTagClassName
{
color: #105825;
}
</style>
background-color css
<style>
a { background-color: #105825; }
a { background-color: rgb(16,88,37); }
div.DivClassName
{
background-color: #105825;
}
.BgClassName
{
background-color: #105825;
}
</style>
border-color css
<style>
span { border-color: #105825; }
span { border-color: rgb(16,88,37); }
td.TdClassName
{
border-color: #105825;
}
.TagClassName
{
border-color: #105825;
}
</style>