Shades of Crusoe #10591A
Tints of Crusoe #10591A
RGB
CMYK
RGB Variations
Color information
#10591A (or 0x10591A) is known color: Crusoe. HEX triplet: 10, 59 and 1A. RGB value is (16,89,26). Sum of RGB (Red+Green+Blue) = 16+89+26=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #10591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10591A is #EFA6E5. Grayscale: #3C3C3C. Windows color (decimal): -15705830 or 1726736. OLE color: 1726736.
HSL color Cylindrical-coordinate representation of color #10591A: hue angle of 128.22º 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 #10591A is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 26 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.65 |
| HSL | 128.22º | 0.7% | 0.21% | - |
| HSV(B) | 128.22º | 0.82% | 0.35% | - |
| XYZ | 3.97 | 7.33 | 2.18 | - |
| YUV | 59.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 26 | 0.82 | 0 | 0.71 | 0.65 | 128.22 | 0.7 | 0.21 |
| Hex | 10 | 59 | 1A | 52 | 0 | 47 | 41 | 80 | 46 | 15 |
| Octal | 20 | 131 | 32 | 122 | 0 | 107 | 101 | 200 | 106 | 25 |
| Binary | 10000 | 1011001 | 11010 | 1010010 | 0 | 1000111 | 1000001 | 10000000 | 1000110 | 10101 |
Color Harmonies of #10591A
Complementary color
Monochromatic Colors of #10591A
Black with #10591A
Text Example
Text Example
White with #10591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10591A; }
p { color: rgb(16,89,26); }
H1.HeaderClassName
{
color: #10591A;
}
.AnyTagClassName
{
color: #10591A;
}
</style>
background-color css
<style>
a { background-color: #10591A; }
a { background-color: rgb(16,89,26); }
div.DivClassName
{
background-color: #10591A;
}
.BgClassName
{
background-color: #10591A;
}
</style>
border-color css
<style>
span { border-color: #10591A; }
span { border-color: rgb(16,89,26); }
td.TdClassName
{
border-color: #10591A;
}
.TagClassName
{
border-color: #10591A;
}
</style>