Shades of Crusoe #115925
Tints of Crusoe #115925
RGB
CMYK
RGB Variations
Color information
#115925 (or 0x115925) is known color: Crusoe. HEX triplet: 11, 59 and 25. RGB value is (17,89,37). Sum of RGB (Red+Green+Blue) = 17+89+37=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #115925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115925 is #EEA6DA. Grayscale: #3D3D3D. Windows color (decimal): -15640283 or 2447633. OLE color: 2447633.
HSL color Cylindrical-coordinate representation of color #115925: hue angle of 136.67º 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 #115925 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 37 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.65 |
| HSL | 136.67º | 0.68% | 0.21% | - |
| HSV(B) | 136.67º | 0.81% | 0.35% | - |
| XYZ | 4.14 | 7.4 | 2.96 | - |
| YUV | 61.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 37 | 0.81 | 0 | 0.58 | 0.65 | 136.67 | 0.68 | 0.21 |
| Hex | 11 | 59 | 25 | 51 | 0 | 3A | 41 | 89 | 44 | 15 |
| Octal | 21 | 131 | 45 | 121 | 0 | 72 | 101 | 211 | 104 | 25 |
| Binary | 10001 | 1011001 | 100101 | 1010001 | 0 | 111010 | 1000001 | 10001001 | 1000100 | 10101 |
Color Harmonies of #115925
Complementary color
Monochromatic Colors of #115925
Black with #115925
Text Example
Text Example
White with #115925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115925; }
p { color: rgb(17,89,37); }
H1.HeaderClassName
{
color: #115925;
}
.AnyTagClassName
{
color: #115925;
}
</style>
background-color css
<style>
a { background-color: #115925; }
a { background-color: rgb(17,89,37); }
div.DivClassName
{
background-color: #115925;
}
.BgClassName
{
background-color: #115925;
}
</style>
border-color css
<style>
span { border-color: #115925; }
span { border-color: rgb(17,89,37); }
td.TdClassName
{
border-color: #115925;
}
.TagClassName
{
border-color: #115925;
}
</style>