Shades of Crusoe #10582C
Tints of Crusoe #10582C
RGB
CMYK
RGB Variations
Color information
#10582C (or 0x10582C) is known color: Crusoe. HEX triplet: 10, 58 and 2C. RGB value is (16,88,44). Sum of RGB (Red+Green+Blue) = 16+88+44=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #10582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10582C is #EFA7D3. Grayscale: #3D3D3D. Windows color (decimal): -15706068 or 2906128. OLE color: 2906128.
HSL color Cylindrical-coordinate representation of color #10582C: hue angle of 143.33º 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 #10582C is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 44 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.65 |
| HSL | 143.33º | 0.69% | 0.2% | - |
| HSV(B) | 143.33º | 0.82% | 0.35% | - |
| XYZ | 4.16 | 7.27 | 3.57 | - |
| YUV | 61.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 44 | 0.82 | 0 | 0.5 | 0.65 | 143.33 | 0.69 | 0.2 |
| Hex | 10 | 58 | 2C | 52 | 0 | 32 | 41 | 8F | 45 | 14 |
| Octal | 20 | 130 | 54 | 122 | 0 | 62 | 101 | 217 | 105 | 24 |
| Binary | 10000 | 1011000 | 101100 | 1010010 | 0 | 110010 | 1000001 | 10001111 | 1000101 | 10100 |
Color Harmonies of #10582C
Complementary color
Monochromatic Colors of #10582C
Black with #10582C
Text Example
Text Example
White with #10582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10582C; }
p { color: rgb(16,88,44); }
H1.HeaderClassName
{
color: #10582C;
}
.AnyTagClassName
{
color: #10582C;
}
</style>
background-color css
<style>
a { background-color: #10582C; }
a { background-color: rgb(16,88,44); }
div.DivClassName
{
background-color: #10582C;
}
.BgClassName
{
background-color: #10582C;
}
</style>
border-color css
<style>
span { border-color: #10582C; }
span { border-color: rgb(16,88,44); }
td.TdClassName
{
border-color: #10582C;
}
.TagClassName
{
border-color: #10582C;
}
</style>