Shades of Crusoe #115922
Tints of Crusoe #115922
RGB
CMYK
RGB Variations
Color information
#115922 (or 0x115922) is known color: Crusoe. HEX triplet: 11, 59 and 22. RGB value is (17,89,34). Sum of RGB (Red+Green+Blue) = 17+89+34=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #115922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115922 is #EEA6DD. Grayscale: #3D3D3D. Windows color (decimal): -15640286 or 2251025. OLE color: 2251025.
HSL color Cylindrical-coordinate representation of color #115922: hue angle of 134.17º 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 #115922 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 34 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.65 |
| HSL | 134.17º | 0.68% | 0.21% | - |
| HSV(B) | 134.17º | 0.81% | 0.35% | - |
| XYZ | 4.09 | 7.38 | 2.72 | - |
| YUV | 61.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 34 | 0.81 | 0 | 0.62 | 0.65 | 134.17 | 0.68 | 0.21 |
| Hex | 11 | 59 | 22 | 51 | 0 | 3E | 41 | 86 | 44 | 15 |
| Octal | 21 | 131 | 42 | 121 | 0 | 76 | 101 | 206 | 104 | 25 |
| Binary | 10001 | 1011001 | 100010 | 1010001 | 0 | 111110 | 1000001 | 10000110 | 1000100 | 10101 |
Color Harmonies of #115922
Complementary color
Monochromatic Colors of #115922
Black with #115922
Text Example
Text Example
White with #115922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115922; }
p { color: rgb(17,89,34); }
H1.HeaderClassName
{
color: #115922;
}
.AnyTagClassName
{
color: #115922;
}
</style>
background-color css
<style>
a { background-color: #115922; }
a { background-color: rgb(17,89,34); }
div.DivClassName
{
background-color: #115922;
}
.BgClassName
{
background-color: #115922;
}
</style>
border-color css
<style>
span { border-color: #115922; }
span { border-color: rgb(17,89,34); }
td.TdClassName
{
border-color: #115922;
}
.TagClassName
{
border-color: #115922;
}
</style>