Shades of Crusoe #115930
Tints of Crusoe #115930
RGB
CMYK
RGB Variations
Color information
#115930 (or 0x115930) is known color: Crusoe. HEX triplet: 11, 59 and 30. RGB value is (17,89,48). Sum of RGB (Red+Green+Blue) = 17+89+48=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #115930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115930 is #EEA6CF. Grayscale: #3E3E3E. Windows color (decimal): -15640272 or 3168529. OLE color: 3168529.
HSL color Cylindrical-coordinate representation of color #115930: hue angle of 145.83º 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 #115930 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 48 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.65 |
| HSL | 145.83º | 0.68% | 0.21% | - |
| HSV(B) | 145.83º | 0.81% | 0.35% | - |
| XYZ | 4.34 | 7.48 | 4.01 | - |
| YUV | 62.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 48 | 0.81 | 0 | 0.46 | 0.65 | 145.83 | 0.68 | 0.21 |
| Hex | 11 | 59 | 30 | 51 | 0 | 2E | 41 | 92 | 44 | 15 |
| Octal | 21 | 131 | 60 | 121 | 0 | 56 | 101 | 222 | 104 | 25 |
| Binary | 10001 | 1011001 | 110000 | 1010001 | 0 | 101110 | 1000001 | 10010010 | 1000100 | 10101 |
Color Harmonies of #115930
Complementary color
Monochromatic Colors of #115930
Black with #115930
Text Example
Text Example
White with #115930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115930; }
p { color: rgb(17,89,48); }
H1.HeaderClassName
{
color: #115930;
}
.AnyTagClassName
{
color: #115930;
}
</style>
background-color css
<style>
a { background-color: #115930; }
a { background-color: rgb(17,89,48); }
div.DivClassName
{
background-color: #115930;
}
.BgClassName
{
background-color: #115930;
}
</style>
border-color css
<style>
span { border-color: #115930; }
span { border-color: rgb(17,89,48); }
td.TdClassName
{
border-color: #115930;
}
.TagClassName
{
border-color: #115930;
}
</style>