Shades of Crusoe #11642A
Tints of Crusoe #11642A
RGB
CMYK
RGB Variations
Color information
#11642A (or 0x11642A) is known color: Crusoe. HEX triplet: 11, 64 and 2A. RGB value is (17,100,42). Sum of RGB (Red+Green+Blue) = 17+100+42=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #11642A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11642A is #EE9BD5. Grayscale: #444444. Windows color (decimal): -15637462 or 2778129. OLE color: 2778129.
HSL color Cylindrical-coordinate representation of color #11642A: hue angle of 138.07º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11642A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 42 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.61 |
| HSL | 138.07º | 0.71% | 0.23% | - |
| HSV(B) | 138.07º | 0.83% | 0.39% | - |
| XYZ | 5.21 | 9.4 | 3.73 | - |
| YUV | 68.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 42 | 0.83 | 0 | 0.58 | 0.61 | 138.07 | 0.71 | 0.23 |
| Hex | 11 | 64 | 2A | 53 | 0 | 3A | 3D | 8A | 47 | 17 |
| Octal | 21 | 144 | 52 | 123 | 0 | 72 | 75 | 212 | 107 | 27 |
| Binary | 10001 | 1100100 | 101010 | 1010011 | 0 | 111010 | 111101 | 10001010 | 1000111 | 10111 |
Color Harmonies of #11642A
Complementary color
Monochromatic Colors of #11642A
Black with #11642A
Text Example
Text Example
White with #11642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11642A; }
p { color: rgb(17,100,42); }
H1.HeaderClassName
{
color: #11642A;
}
.AnyTagClassName
{
color: #11642A;
}
</style>
background-color css
<style>
a { background-color: #11642A; }
a { background-color: rgb(17,100,42); }
div.DivClassName
{
background-color: #11642A;
}
.BgClassName
{
background-color: #11642A;
}
</style>
border-color css
<style>
span { border-color: #11642A; }
span { border-color: rgb(17,100,42); }
td.TdClassName
{
border-color: #11642A;
}
.TagClassName
{
border-color: #11642A;
}
</style>