Shades of Crusoe #10562A
Tints of Crusoe #10562A
RGB
CMYK
RGB Variations
Color information
#10562A (or 0x10562A) is known color: Crusoe. HEX triplet: 10, 56 and 2A. RGB value is (16,86,42). Sum of RGB (Red+Green+Blue) = 16+86+42=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #10562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10562A is #EFA9D5. Grayscale: #3C3C3C. Windows color (decimal): -15706582 or 2774544. OLE color: 2774544.
HSL color Cylindrical-coordinate representation of color #10562A: hue angle of 142.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10562A is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 86 | 42 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.66 |
| HSL | 142.29º | 0.69% | 0.2% | - |
| HSV(B) | 142.29º | 0.81% | 0.34% | - |
| XYZ | 3.96 | 6.93 | 3.32 | - |
| YUV | 60.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 42 | 0.81 | 0 | 0.51 | 0.66 | 142.29 | 0.69 | 0.2 |
| Hex | 10 | 56 | 2A | 51 | 0 | 33 | 42 | 8E | 45 | 14 |
| Octal | 20 | 126 | 52 | 121 | 0 | 63 | 102 | 216 | 105 | 24 |
| Binary | 10000 | 1010110 | 101010 | 1010001 | 0 | 110011 | 1000010 | 10001110 | 1000101 | 10100 |
Color Harmonies of #10562A
Complementary color
Monochromatic Colors of #10562A
Black with #10562A
Text Example
Text Example
White with #10562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10562A; }
p { color: rgb(16,86,42); }
H1.HeaderClassName
{
color: #10562A;
}
.AnyTagClassName
{
color: #10562A;
}
</style>
background-color css
<style>
a { background-color: #10562A; }
a { background-color: rgb(16,86,42); }
div.DivClassName
{
background-color: #10562A;
}
.BgClassName
{
background-color: #10562A;
}
</style>
border-color css
<style>
span { border-color: #10562A; }
span { border-color: rgb(16,86,42); }
td.TdClassName
{
border-color: #10562A;
}
.TagClassName
{
border-color: #10562A;
}
</style>