Shades of Crusoe #11632F
Tints of Crusoe #11632F
RGB
CMYK
RGB Variations
Color information
#11632F (or 0x11632F) is known color: Crusoe. HEX triplet: 11, 63 and 2F. RGB value is (17,99,47). Sum of RGB (Red+Green+Blue) = 17+99+47=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #11632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11632F is #EE9CD0. Grayscale: #444444. Windows color (decimal): -15637713 or 3105553. OLE color: 3105553.
HSL color Cylindrical-coordinate representation of color #11632F: hue angle of 141.95º 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 #11632F is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 47 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.61 |
| HSL | 141.95º | 0.71% | 0.23% | - |
| HSV(B) | 141.95º | 0.83% | 0.39% | - |
| XYZ | 5.21 | 9.25 | 4.2 | - |
| YUV | 68.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 47 | 0.83 | 0 | 0.53 | 0.61 | 141.95 | 0.71 | 0.23 |
| Hex | 11 | 63 | 2F | 53 | 0 | 35 | 3D | 8E | 47 | 17 |
| Octal | 21 | 143 | 57 | 123 | 0 | 65 | 75 | 216 | 107 | 27 |
| Binary | 10001 | 1100011 | 101111 | 1010011 | 0 | 110101 | 111101 | 10001110 | 1000111 | 10111 |
Color Harmonies of #11632F
Complementary color
Monochromatic Colors of #11632F
Black with #11632F
Text Example
Text Example
White with #11632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11632F; }
p { color: rgb(17,99,47); }
H1.HeaderClassName
{
color: #11632F;
}
.AnyTagClassName
{
color: #11632F;
}
</style>
background-color css
<style>
a { background-color: #11632F; }
a { background-color: rgb(17,99,47); }
div.DivClassName
{
background-color: #11632F;
}
.BgClassName
{
background-color: #11632F;
}
</style>
border-color css
<style>
span { border-color: #11632F; }
span { border-color: rgb(17,99,47); }
td.TdClassName
{
border-color: #11632F;
}
.TagClassName
{
border-color: #11632F;
}
</style>