Shades of Crusoe #11572A
Tints of Crusoe #11572A
RGB
CMYK
RGB Variations
Color information
#11572A (or 0x11572A) is known color: Crusoe. HEX triplet: 11, 57 and 2A. RGB value is (17,87,42). Sum of RGB (Red+Green+Blue) = 17+87+42=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #11572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11572A is #EEA8D5. Grayscale: #3D3D3D. Windows color (decimal): -15640790 or 2774801. OLE color: 2774801.
HSL color Cylindrical-coordinate representation of color #11572A: hue angle of 141.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11572A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 42 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.66 |
| HSL | 141.43º | 0.67% | 0.2% | - |
| HSV(B) | 141.43º | 0.8% | 0.34% | - |
| XYZ | 4.06 | 7.1 | 3.35 | - |
| YUV | 60.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 42 | 0.80 | 0 | 0.52 | 0.66 | 141.43 | 0.67 | 0.2 |
| Hex | 11 | 57 | 2A | 50 | 0 | 34 | 42 | 8D | 43 | 14 |
| Octal | 21 | 127 | 52 | 120 | 0 | 64 | 102 | 215 | 103 | 24 |
| Binary | 10001 | 1010111 | 101010 | 1010000 | 0 | 110100 | 1000010 | 10001101 | 1000011 | 10100 |
Color Harmonies of #11572A
Complementary color
Monochromatic Colors of #11572A
Black with #11572A
Text Example
Text Example
White with #11572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11572A; }
p { color: rgb(17,87,42); }
H1.HeaderClassName
{
color: #11572A;
}
.AnyTagClassName
{
color: #11572A;
}
</style>
background-color css
<style>
a { background-color: #11572A; }
a { background-color: rgb(17,87,42); }
div.DivClassName
{
background-color: #11572A;
}
.BgClassName
{
background-color: #11572A;
}
</style>
border-color css
<style>
span { border-color: #11572A; }
span { border-color: rgb(17,87,42); }
td.TdClassName
{
border-color: #11572A;
}
.TagClassName
{
border-color: #11572A;
}
</style>