Shades of Crusoe #10582D
Tints of Crusoe #10582D
RGB
CMYK
RGB Variations
Color information
#10582D (or 0x10582D) is known color: Crusoe. HEX triplet: 10, 58 and 2D. RGB value is (16,88,45). Sum of RGB (Red+Green+Blue) = 16+88+45=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #10582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10582D is #EFA7D2. Grayscale: #3D3D3D. Windows color (decimal): -15706067 or 2971664. OLE color: 2971664.
HSL color Cylindrical-coordinate representation of color #10582D: hue angle of 144.17º 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 #10582D is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 45 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.65 |
| HSL | 144.17º | 0.69% | 0.2% | - |
| HSV(B) | 144.17º | 0.82% | 0.35% | - |
| XYZ | 4.18 | 7.28 | 3.67 | - |
| YUV | 61.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 45 | 0.82 | 0 | 0.49 | 0.65 | 144.17 | 0.69 | 0.2 |
| Hex | 10 | 58 | 2D | 52 | 0 | 31 | 41 | 90 | 45 | 14 |
| Octal | 20 | 130 | 55 | 122 | 0 | 61 | 101 | 220 | 105 | 24 |
| Binary | 10000 | 1011000 | 101101 | 1010010 | 0 | 110001 | 1000001 | 10010000 | 1000101 | 10100 |
Color Harmonies of #10582D
Complementary color
Monochromatic Colors of #10582D
Black with #10582D
Text Example
Text Example
White with #10582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10582D; }
p { color: rgb(16,88,45); }
H1.HeaderClassName
{
color: #10582D;
}
.AnyTagClassName
{
color: #10582D;
}
</style>
background-color css
<style>
a { background-color: #10582D; }
a { background-color: rgb(16,88,45); }
div.DivClassName
{
background-color: #10582D;
}
.BgClassName
{
background-color: #10582D;
}
</style>
border-color css
<style>
span { border-color: #10582D; }
span { border-color: rgb(16,88,45); }
td.TdClassName
{
border-color: #10582D;
}
.TagClassName
{
border-color: #10582D;
}
</style>