Shades of Crusoe #10512C
Tints of Crusoe #10512C
RGB
CMYK
RGB Variations
Color information
#10512C (or 0x10512C) is known color: Crusoe. HEX triplet: 10, 51 and 2C. RGB value is (16,81,44). Sum of RGB (Red+Green+Blue) = 16+81+44=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #10512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10512C is #EFAED3. Grayscale: #393939. Windows color (decimal): -15707860 or 2904336. OLE color: 2904336.
HSL color Cylindrical-coordinate representation of color #10512C: hue angle of 145.85º 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 #10512C is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 81 | 44 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.68 |
| HSL | 145.85º | 0.67% | 0.19% | - |
| HSV(B) | 145.85º | 0.8% | 0.32% | - |
| XYZ | 3.61 | 6.18 | 3.38 | - |
| YUV | 57.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 44 | 0.80 | 0 | 0.46 | 0.68 | 145.85 | 0.67 | 0.19 |
| Hex | 10 | 51 | 2C | 50 | 0 | 2E | 44 | 92 | 43 | 13 |
| Octal | 20 | 121 | 54 | 120 | 0 | 56 | 104 | 222 | 103 | 23 |
| Binary | 10000 | 1010001 | 101100 | 1010000 | 0 | 101110 | 1000100 | 10010010 | 1000011 | 10011 |
Color Harmonies of #10512C
Complementary color
Monochromatic Colors of #10512C
Black with #10512C
Text Example
Text Example
White with #10512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10512C; }
p { color: rgb(16,81,44); }
H1.HeaderClassName
{
color: #10512C;
}
.AnyTagClassName
{
color: #10512C;
}
</style>
background-color css
<style>
a { background-color: #10512C; }
a { background-color: rgb(16,81,44); }
div.DivClassName
{
background-color: #10512C;
}
.BgClassName
{
background-color: #10512C;
}
</style>
border-color css
<style>
span { border-color: #10512C; }
span { border-color: rgb(16,81,44); }
td.TdClassName
{
border-color: #10512C;
}
.TagClassName
{
border-color: #10512C;
}
</style>