Shades of Crusoe #10592E
Tints of Crusoe #10592E
RGB
CMYK
RGB Variations
Color information
#10592E (or 0x10592E) is known color: Crusoe. HEX triplet: 10, 59 and 2E. RGB value is (16,89,46). Sum of RGB (Red+Green+Blue) = 16+89+46=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #10592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10592E is #EFA6D1. Grayscale: #3E3E3E. Windows color (decimal): -15705810 or 3037456. OLE color: 3037456.
HSL color Cylindrical-coordinate representation of color #10592E: hue angle of 144.66º 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 #10592E is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 46 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.65 |
| HSL | 144.66º | 0.7% | 0.21% | - |
| HSV(B) | 144.66º | 0.82% | 0.35% | - |
| XYZ | 4.28 | 7.45 | 3.8 | - |
| YUV | 62.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 46 | 0.82 | 0 | 0.48 | 0.65 | 144.66 | 0.7 | 0.21 |
| Hex | 10 | 59 | 2E | 52 | 0 | 30 | 41 | 91 | 46 | 15 |
| Octal | 20 | 131 | 56 | 122 | 0 | 60 | 101 | 221 | 106 | 25 |
| Binary | 10000 | 1011001 | 101110 | 1010010 | 0 | 110000 | 1000001 | 10010001 | 1000110 | 10101 |
Color Harmonies of #10592E
Complementary color
Monochromatic Colors of #10592E
Black with #10592E
Text Example
Text Example
White with #10592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10592E; }
p { color: rgb(16,89,46); }
H1.HeaderClassName
{
color: #10592E;
}
.AnyTagClassName
{
color: #10592E;
}
</style>
background-color css
<style>
a { background-color: #10592E; }
a { background-color: rgb(16,89,46); }
div.DivClassName
{
background-color: #10592E;
}
.BgClassName
{
background-color: #10592E;
}
</style>
border-color css
<style>
span { border-color: #10592E; }
span { border-color: rgb(16,89,46); }
td.TdClassName
{
border-color: #10592E;
}
.TagClassName
{
border-color: #10592E;
}
</style>