Shades of Crusoe #11652A
Tints of Crusoe #11652A
RGB
CMYK
RGB Variations
Color information
#11652A (or 0x11652A) is known color: Crusoe. HEX triplet: 11, 65 and 2A. RGB value is (17,101,42). Sum of RGB (Red+Green+Blue) = 17+101+42=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 101 (39.84% from 255 or 63.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 101 - color contains mainly: green. Hex color #11652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11652A is #EE9AD5. Grayscale: #454545. Windows color (decimal): -15637206 or 2778385. OLE color: 2778385.
HSL color Cylindrical-coordinate representation of color #11652A: hue angle of 137.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11652A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 42 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.60 |
| HSL | 137.86º | 0.71% | 0.23% | - |
| HSV(B) | 137.86º | 0.83% | 0.4% | - |
| XYZ | 5.3 | 9.59 | 3.76 | - |
| YUV | 69.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 42 | 0.83 | 0 | 0.58 | 0.60 | 137.86 | 0.71 | 0.23 |
| Hex | 11 | 65 | 2A | 53 | 0 | 3A | 3C | 8A | 47 | 17 |
| Octal | 21 | 145 | 52 | 123 | 0 | 72 | 74 | 212 | 107 | 27 |
| Binary | 10001 | 1100101 | 101010 | 1010011 | 0 | 111010 | 111100 | 10001010 | 1000111 | 10111 |
Color Harmonies of #11652A
Complementary color
Monochromatic Colors of #11652A
Black with #11652A
Text Example
Text Example
White with #11652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11652A; }
p { color: rgb(17,101,42); }
H1.HeaderClassName
{
color: #11652A;
}
.AnyTagClassName
{
color: #11652A;
}
</style>
background-color css
<style>
a { background-color: #11652A; }
a { background-color: rgb(17,101,42); }
div.DivClassName
{
background-color: #11652A;
}
.BgClassName
{
background-color: #11652A;
}
</style>
border-color css
<style>
span { border-color: #11652A; }
span { border-color: rgb(17,101,42); }
td.TdClassName
{
border-color: #11652A;
}
.TagClassName
{
border-color: #11652A;
}
</style>