Shades of Crusoe #115927
Tints of Crusoe #115927
RGB
CMYK
RGB Variations
Color information
#115927 (or 0x115927) is known color: Crusoe. HEX triplet: 11, 59 and 27. RGB value is (17,89,39). Sum of RGB (Red+Green+Blue) = 17+89+39=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #115927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115927 is #EEA6D8. Grayscale: #3D3D3D. Windows color (decimal): -15640281 or 2578705. OLE color: 2578705.
HSL color Cylindrical-coordinate representation of color #115927: hue angle of 138.33º 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 #115927 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 39 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.65 |
| HSL | 138.33º | 0.68% | 0.21% | - |
| HSV(B) | 138.33º | 0.81% | 0.35% | - |
| XYZ | 4.17 | 7.41 | 3.13 | - |
| YUV | 61.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 39 | 0.81 | 0 | 0.56 | 0.65 | 138.33 | 0.68 | 0.21 |
| Hex | 11 | 59 | 27 | 51 | 0 | 38 | 41 | 8A | 44 | 15 |
| Octal | 21 | 131 | 47 | 121 | 0 | 70 | 101 | 212 | 104 | 25 |
| Binary | 10001 | 1011001 | 100111 | 1010001 | 0 | 111000 | 1000001 | 10001010 | 1000100 | 10101 |
Color Harmonies of #115927
Complementary color
Monochromatic Colors of #115927
Black with #115927
Text Example
Text Example
White with #115927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115927; }
p { color: rgb(17,89,39); }
H1.HeaderClassName
{
color: #115927;
}
.AnyTagClassName
{
color: #115927;
}
</style>
background-color css
<style>
a { background-color: #115927; }
a { background-color: rgb(17,89,39); }
div.DivClassName
{
background-color: #115927;
}
.BgClassName
{
background-color: #115927;
}
</style>
border-color css
<style>
span { border-color: #115927; }
span { border-color: rgb(17,89,39); }
td.TdClassName
{
border-color: #115927;
}
.TagClassName
{
border-color: #115927;
}
</style>