Shades of Crusoe #115932
Tints of Crusoe #115932
RGB
CMYK
RGB Variations
Color information
#115932 (or 0x115932) is known color: Crusoe. HEX triplet: 11, 59 and 32. RGB value is (17,89,50). Sum of RGB (Red+Green+Blue) = 17+89+50=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #115932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115932 is #EEA6CD. Grayscale: #3F3F3F. Windows color (decimal): -15640270 or 3299601. OLE color: 3299601.
HSL color Cylindrical-coordinate representation of color #115932: hue angle of 147.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115932 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 50 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.65 |
| HSL | 147.5º | 0.68% | 0.21% | - |
| HSV(B) | 147.5º | 0.81% | 0.35% | - |
| XYZ | 4.38 | 7.49 | 4.23 | - |
| YUV | 63.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 50 | 0.81 | 0 | 0.44 | 0.65 | 147.5 | 0.68 | 0.21 |
| Hex | 11 | 59 | 32 | 51 | 0 | 2C | 41 | 94 | 44 | 15 |
| Octal | 21 | 131 | 62 | 121 | 0 | 54 | 101 | 224 | 104 | 25 |
| Binary | 10001 | 1011001 | 110010 | 1010001 | 0 | 101100 | 1000001 | 10010100 | 1000100 | 10101 |
Color Harmonies of #115932
Complementary color
Monochromatic Colors of #115932
Black with #115932
Text Example
Text Example
White with #115932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115932; }
p { color: rgb(17,89,50); }
H1.HeaderClassName
{
color: #115932;
}
.AnyTagClassName
{
color: #115932;
}
</style>
background-color css
<style>
a { background-color: #115932; }
a { background-color: rgb(17,89,50); }
div.DivClassName
{
background-color: #115932;
}
.BgClassName
{
background-color: #115932;
}
</style>
border-color css
<style>
span { border-color: #115932; }
span { border-color: rgb(17,89,50); }
td.TdClassName
{
border-color: #115932;
}
.TagClassName
{
border-color: #115932;
}
</style>