Shades of Crusoe #11621E
Tints of Crusoe #11621E
RGB
CMYK
RGB Variations
Color information
#11621E (or 0x11621E) is known color: Crusoe. HEX triplet: 11, 62 and 1E. RGB value is (17,98,30). Sum of RGB (Red+Green+Blue) = 17+98+30=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #11621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11621E is #EE9DE1. Grayscale: #424242. Windows color (decimal): -15637986 or 1991185. OLE color: 1991185.
HSL color Cylindrical-coordinate representation of color #11621E: hue angle of 129.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11621E is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 30 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.62 |
| HSL | 129.63º | 0.7% | 0.23% | - |
| HSV(B) | 129.63º | 0.83% | 0.38% | - |
| XYZ | 4.83 | 8.95 | 2.7 | - |
| YUV | 66.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 30 | 0.83 | 0 | 0.69 | 0.62 | 129.63 | 0.7 | 0.23 |
| Hex | 11 | 62 | 1E | 53 | 0 | 45 | 3E | 82 | 46 | 17 |
| Octal | 21 | 142 | 36 | 123 | 0 | 105 | 76 | 202 | 106 | 27 |
| Binary | 10001 | 1100010 | 11110 | 1010011 | 0 | 1000101 | 111110 | 10000010 | 1000110 | 10111 |
Color Harmonies of #11621E
Complementary color
Monochromatic Colors of #11621E
Black with #11621E
Text Example
Text Example
White with #11621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11621E; }
p { color: rgb(17,98,30); }
H1.HeaderClassName
{
color: #11621E;
}
.AnyTagClassName
{
color: #11621E;
}
</style>
background-color css
<style>
a { background-color: #11621E; }
a { background-color: rgb(17,98,30); }
div.DivClassName
{
background-color: #11621E;
}
.BgClassName
{
background-color: #11621E;
}
</style>
border-color css
<style>
span { border-color: #11621E; }
span { border-color: rgb(17,98,30); }
td.TdClassName
{
border-color: #11621E;
}
.TagClassName
{
border-color: #11621E;
}
</style>