Shades of Crusoe #10522E
Tints of Crusoe #10522E
RGB
CMYK
RGB Variations
Color information
#10522E (or 0x10522E) is known color: Crusoe. HEX triplet: 10, 52 and 2E. RGB value is (16,82,46). Sum of RGB (Red+Green+Blue) = 16+82+46=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #10522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10522E is #EFADD1. Grayscale: #3A3A3A. Windows color (decimal): -15707602 or 3035664. OLE color: 3035664.
HSL color Cylindrical-coordinate representation of color #10522E: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10522E is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 46 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.68 |
| HSL | 147.27º | 0.67% | 0.19% | - |
| HSV(B) | 147.27º | 0.8% | 0.32% | - |
| XYZ | 3.72 | 6.34 | 3.61 | - |
| YUV | 58.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 46 | 0.80 | 0 | 0.44 | 0.68 | 147.27 | 0.67 | 0.19 |
| Hex | 10 | 52 | 2E | 50 | 0 | 2C | 44 | 93 | 43 | 13 |
| Octal | 20 | 122 | 56 | 120 | 0 | 54 | 104 | 223 | 103 | 23 |
| Binary | 10000 | 1010010 | 101110 | 1010000 | 0 | 101100 | 1000100 | 10010011 | 1000011 | 10011 |
Color Harmonies of #10522E
Complementary color
Monochromatic Colors of #10522E
Black with #10522E
Text Example
Text Example
White with #10522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10522E; }
p { color: rgb(16,82,46); }
H1.HeaderClassName
{
color: #10522E;
}
.AnyTagClassName
{
color: #10522E;
}
</style>
background-color css
<style>
a { background-color: #10522E; }
a { background-color: rgb(16,82,46); }
div.DivClassName
{
background-color: #10522E;
}
.BgClassName
{
background-color: #10522E;
}
</style>
border-color css
<style>
span { border-color: #10522E; }
span { border-color: rgb(16,82,46); }
td.TdClassName
{
border-color: #10522E;
}
.TagClassName
{
border-color: #10522E;
}
</style>