Shades of Crusoe #10592A
Tints of Crusoe #10592A
RGB
CMYK
RGB Variations
Color information
#10592A (or 0x10592A) is known color: Crusoe. HEX triplet: 10, 59 and 2A. RGB value is (16,89,42). Sum of RGB (Red+Green+Blue) = 16+89+42=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #10592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10592A is #EFA6D5. Grayscale: #3D3D3D. Windows color (decimal): -15705814 or 2775312. OLE color: 2775312.
HSL color Cylindrical-coordinate representation of color #10592A: hue angle of 141.37º 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 #10592A is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 42 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.65 |
| HSL | 141.37º | 0.7% | 0.21% | - |
| HSV(B) | 141.37º | 0.82% | 0.35% | - |
| XYZ | 4.2 | 7.42 | 3.4 | - |
| YUV | 61.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 42 | 0.82 | 0 | 0.53 | 0.65 | 141.37 | 0.7 | 0.21 |
| Hex | 10 | 59 | 2A | 52 | 0 | 35 | 41 | 8D | 46 | 15 |
| Octal | 20 | 131 | 52 | 122 | 0 | 65 | 101 | 215 | 106 | 25 |
| Binary | 10000 | 1011001 | 101010 | 1010010 | 0 | 110101 | 1000001 | 10001101 | 1000110 | 10101 |
Color Harmonies of #10592A
Complementary color
Monochromatic Colors of #10592A
Black with #10592A
Text Example
Text Example
White with #10592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10592A; }
p { color: rgb(16,89,42); }
H1.HeaderClassName
{
color: #10592A;
}
.AnyTagClassName
{
color: #10592A;
}
</style>
background-color css
<style>
a { background-color: #10592A; }
a { background-color: rgb(16,89,42); }
div.DivClassName
{
background-color: #10592A;
}
.BgClassName
{
background-color: #10592A;
}
</style>
border-color css
<style>
span { border-color: #10592A; }
span { border-color: rgb(16,89,42); }
td.TdClassName
{
border-color: #10592A;
}
.TagClassName
{
border-color: #10592A;
}
</style>