Shades of Crusoe #115F18
Tints of Crusoe #115F18
RGB
CMYK
RGB Variations
Color information
#115F18 (or 0x115F18) is known color: Crusoe. HEX triplet: 11, 5F and 18. RGB value is (17,95,24). Sum of RGB (Red+Green+Blue) = 17+95+24=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #115F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F18 is #EEA0E7. Grayscale: #3F3F3F. Windows color (decimal): -15638760 or 1597201. OLE color: 1597201.
HSL color Cylindrical-coordinate representation of color #115F18: hue angle of 125.38º degrees, saturation: 0.7, 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 #115F18 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 24 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.63 |
| HSL | 125.38º | 0.7% | 0.22% | - |
| HSV(B) | 125.38º | 0.82% | 0.37% | - |
| XYZ | 4.49 | 8.37 | 2.24 | - |
| YUV | 63.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 24 | 0.82 | 0 | 0.75 | 0.63 | 125.38 | 0.7 | 0.22 |
| Hex | 11 | 5F | 18 | 52 | 0 | 4B | 3F | 7D | 46 | 16 |
| Octal | 21 | 137 | 30 | 122 | 0 | 113 | 77 | 175 | 106 | 26 |
| Binary | 10001 | 1011111 | 11000 | 1010010 | 0 | 1001011 | 111111 | 1111101 | 1000110 | 10110 |
Color Harmonies of #115F18
Complementary color
Monochromatic Colors of #115F18
Black with #115F18
Text Example
Text Example
White with #115F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F18; }
p { color: rgb(17,95,24); }
H1.HeaderClassName
{
color: #115F18;
}
.AnyTagClassName
{
color: #115F18;
}
</style>
background-color css
<style>
a { background-color: #115F18; }
a { background-color: rgb(17,95,24); }
div.DivClassName
{
background-color: #115F18;
}
.BgClassName
{
background-color: #115F18;
}
</style>
border-color css
<style>
span { border-color: #115F18; }
span { border-color: rgb(17,95,24); }
td.TdClassName
{
border-color: #115F18;
}
.TagClassName
{
border-color: #115F18;
}
</style>