Shades of Crusoe #11632A
Tints of Crusoe #11632A
RGB
CMYK
RGB Variations
Color information
#11632A (or 0x11632A) is known color: Crusoe. HEX triplet: 11, 63 and 2A. RGB value is (17,99,42). Sum of RGB (Red+Green+Blue) = 17+99+42=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #11632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11632A is #EE9CD5. Grayscale: #444444. Windows color (decimal): -15637718 or 2777873. OLE color: 2777873.
HSL color Cylindrical-coordinate representation of color #11632A: hue angle of 138.29º 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 #11632A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 42 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.61 |
| HSL | 138.29º | 0.71% | 0.23% | - |
| HSV(B) | 138.29º | 0.83% | 0.39% | - |
| XYZ | 5.11 | 9.21 | 3.7 | - |
| YUV | 67.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 42 | 0.83 | 0 | 0.58 | 0.61 | 138.29 | 0.71 | 0.23 |
| Hex | 11 | 63 | 2A | 53 | 0 | 3A | 3D | 8A | 47 | 17 |
| Octal | 21 | 143 | 52 | 123 | 0 | 72 | 75 | 212 | 107 | 27 |
| Binary | 10001 | 1100011 | 101010 | 1010011 | 0 | 111010 | 111101 | 10001010 | 1000111 | 10111 |
Color Harmonies of #11632A
Complementary color
Monochromatic Colors of #11632A
Black with #11632A
Text Example
Text Example
White with #11632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11632A; }
p { color: rgb(17,99,42); }
H1.HeaderClassName
{
color: #11632A;
}
.AnyTagClassName
{
color: #11632A;
}
</style>
background-color css
<style>
a { background-color: #11632A; }
a { background-color: rgb(17,99,42); }
div.DivClassName
{
background-color: #11632A;
}
.BgClassName
{
background-color: #11632A;
}
</style>
border-color css
<style>
span { border-color: #11632A; }
span { border-color: rgb(17,99,42); }
td.TdClassName
{
border-color: #11632A;
}
.TagClassName
{
border-color: #11632A;
}
</style>