Shades of Crusoe #115E19
Tints of Crusoe #115E19
RGB
CMYK
RGB Variations
Color information
#115E19 (or 0x115E19) is known color: Crusoe. HEX triplet: 11, 5E and 19. RGB value is (17,94,25). Sum of RGB (Red+Green+Blue) = 17+94+25=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 94 (37.11% from 255 or 69.12% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 94 - color contains mainly: green. Hex color #115E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115E19 is #EEA1E6. Grayscale: #3F3F3F. Windows color (decimal): -15639015 or 1662481. OLE color: 1662481.
HSL color Cylindrical-coordinate representation of color #115E19: hue angle of 126.23º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E19 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 25 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.63 |
| HSL | 126.23º | 0.69% | 0.22% | - |
| HSV(B) | 126.23º | 0.82% | 0.37% | - |
| XYZ | 4.41 | 8.19 | 2.27 | - |
| YUV | 63.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 25 | 0.82 | 0 | 0.73 | 0.63 | 126.23 | 0.69 | 0.22 |
| Hex | 11 | 5E | 19 | 52 | 0 | 49 | 3F | 7E | 45 | 16 |
| Octal | 21 | 136 | 31 | 122 | 0 | 111 | 77 | 176 | 105 | 26 |
| Binary | 10001 | 1011110 | 11001 | 1010010 | 0 | 1001001 | 111111 | 1111110 | 1000101 | 10110 |
Color Harmonies of #115E19
Complementary color
Monochromatic Colors of #115E19
Black with #115E19
Text Example
Text Example
White with #115E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E19; }
p { color: rgb(17,94,25); }
H1.HeaderClassName
{
color: #115E19;
}
.AnyTagClassName
{
color: #115E19;
}
</style>
background-color css
<style>
a { background-color: #115E19; }
a { background-color: rgb(17,94,25); }
div.DivClassName
{
background-color: #115E19;
}
.BgClassName
{
background-color: #115E19;
}
</style>
border-color css
<style>
span { border-color: #115E19; }
span { border-color: rgb(17,94,25); }
td.TdClassName
{
border-color: #115E19;
}
.TagClassName
{
border-color: #115E19;
}
</style>