Shades of Crusoe #10591C
Tints of Crusoe #10591C
RGB
CMYK
RGB Variations
Color information
#10591C (or 0x10591C) is known color: Crusoe. HEX triplet: 10, 59 and 1C. RGB value is (16,89,28). Sum of RGB (Red+Green+Blue) = 16+89+28=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #10591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10591C is #EFA6E3. Grayscale: #3C3C3C. Windows color (decimal): -15705828 or 1857808. OLE color: 1857808.
HSL color Cylindrical-coordinate representation of color #10591C: hue angle of 129.86º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10591C is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 28 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.65 |
| HSL | 129.86º | 0.7% | 0.21% | - |
| HSV(B) | 129.86º | 0.82% | 0.35% | - |
| XYZ | 4 | 7.34 | 2.3 | - |
| YUV | 60.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 28 | 0.82 | 0 | 0.69 | 0.65 | 129.86 | 0.7 | 0.21 |
| Hex | 10 | 59 | 1C | 52 | 0 | 45 | 41 | 82 | 46 | 15 |
| Octal | 20 | 131 | 34 | 122 | 0 | 105 | 101 | 202 | 106 | 25 |
| Binary | 10000 | 1011001 | 11100 | 1010010 | 0 | 1000101 | 1000001 | 10000010 | 1000110 | 10101 |
Color Harmonies of #10591C
Complementary color
Monochromatic Colors of #10591C
Black with #10591C
Text Example
Text Example
White with #10591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10591C; }
p { color: rgb(16,89,28); }
H1.HeaderClassName
{
color: #10591C;
}
.AnyTagClassName
{
color: #10591C;
}
</style>
background-color css
<style>
a { background-color: #10591C; }
a { background-color: rgb(16,89,28); }
div.DivClassName
{
background-color: #10591C;
}
.BgClassName
{
background-color: #10591C;
}
</style>
border-color css
<style>
span { border-color: #10591C; }
span { border-color: rgb(16,89,28); }
td.TdClassName
{
border-color: #10591C;
}
.TagClassName
{
border-color: #10591C;
}
</style>