Shades of Crusoe #10581C
Tints of Crusoe #10581C
RGB
CMYK
RGB Variations
Color information
#10581C (or 0x10581C) is known color: Crusoe. HEX triplet: 10, 58 and 1C. RGB value is (16,88,28). Sum of RGB (Red+Green+Blue) = 16+88+28=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #10581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10581C is #EFA7E3. Grayscale: #3B3B3B. Windows color (decimal): -15706084 or 1857552. OLE color: 1857552.
HSL color Cylindrical-coordinate representation of color #10581C: hue angle of 130º 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 #10581C is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 28 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.65 |
| HSL | 130º | 0.69% | 0.2% | - |
| HSV(B) | 130º | 0.82% | 0.35% | - |
| XYZ | 3.91 | 7.17 | 2.28 | - |
| YUV | 59.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 28 | 0.82 | 0 | 0.68 | 0.65 | 130 | 0.69 | 0.2 |
| Hex | 10 | 58 | 1C | 52 | 0 | 44 | 41 | 82 | 45 | 14 |
| Octal | 20 | 130 | 34 | 122 | 0 | 104 | 101 | 202 | 105 | 24 |
| Binary | 10000 | 1011000 | 11100 | 1010010 | 0 | 1000100 | 1000001 | 10000010 | 1000101 | 10100 |
Color Harmonies of #10581C
Complementary color
Monochromatic Colors of #10581C
Black with #10581C
Text Example
Text Example
White with #10581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10581C; }
p { color: rgb(16,88,28); }
H1.HeaderClassName
{
color: #10581C;
}
.AnyTagClassName
{
color: #10581C;
}
</style>
background-color css
<style>
a { background-color: #10581C; }
a { background-color: rgb(16,88,28); }
div.DivClassName
{
background-color: #10581C;
}
.BgClassName
{
background-color: #10581C;
}
</style>
border-color css
<style>
span { border-color: #10581C; }
span { border-color: rgb(16,88,28); }
td.TdClassName
{
border-color: #10581C;
}
.TagClassName
{
border-color: #10581C;
}
</style>