Shades of Crusoe #11572E
Tints of Crusoe #11572E
RGB
CMYK
RGB Variations
Color information
#11572E (or 0x11572E) is known color: Crusoe. HEX triplet: 11, 57 and 2E. RGB value is (17,87,46). Sum of RGB (Red+Green+Blue) = 17+87+46=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 87 (34.38% from 255 or 58% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 87 - color contains mainly: green. Hex color #11572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11572E is #EEA8D1. Grayscale: #3D3D3D. Windows color (decimal): -15640786 or 3036945. OLE color: 3036945.
HSL color Cylindrical-coordinate representation of color #11572E: hue angle of 144.86º 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 #11572E is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 46 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.66 |
| HSL | 144.86º | 0.67% | 0.2% | - |
| HSV(B) | 144.86º | 0.8% | 0.34% | - |
| XYZ | 4.13 | 7.13 | 3.74 | - |
| YUV | 61.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 46 | 0.80 | 0 | 0.47 | 0.66 | 144.86 | 0.67 | 0.2 |
| Hex | 11 | 57 | 2E | 50 | 0 | 2F | 42 | 91 | 43 | 14 |
| Octal | 21 | 127 | 56 | 120 | 0 | 57 | 102 | 221 | 103 | 24 |
| Binary | 10001 | 1010111 | 101110 | 1010000 | 0 | 101111 | 1000010 | 10010001 | 1000011 | 10100 |
Color Harmonies of #11572E
Complementary color
Monochromatic Colors of #11572E
Black with #11572E
Text Example
Text Example
White with #11572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11572E; }
p { color: rgb(17,87,46); }
H1.HeaderClassName
{
color: #11572E;
}
.AnyTagClassName
{
color: #11572E;
}
</style>
background-color css
<style>
a { background-color: #11572E; }
a { background-color: rgb(17,87,46); }
div.DivClassName
{
background-color: #11572E;
}
.BgClassName
{
background-color: #11572E;
}
</style>
border-color css
<style>
span { border-color: #11572E; }
span { border-color: rgb(17,87,46); }
td.TdClassName
{
border-color: #11572E;
}
.TagClassName
{
border-color: #11572E;
}
</style>