Shades of Crusoe #115E1F
Tints of Crusoe #115E1F
RGB
CMYK
RGB Variations
Color information
#115E1F (or 0x115E1F) is known color: Crusoe. HEX triplet: 11, 5E and 1F. RGB value is (17,94,31). Sum of RGB (Red+Green+Blue) = 17+94+31=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 94 (37.11% from 255 or 66.20% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 94 - color contains mainly: green. Hex color #115E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E1F is #EEA1E0. Grayscale: #3F3F3F. Windows color (decimal): -15639009 or 2055697. OLE color: 2055697.
HSL color Cylindrical-coordinate representation of color #115E1F: hue angle of 130.91º 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 #115E1F is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 31 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.63 |
| HSL | 130.91º | 0.69% | 0.22% | - |
| HSV(B) | 130.91º | 0.82% | 0.37% | - |
| XYZ | 4.48 | 8.22 | 2.65 | - |
| YUV | 63.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 31 | 0.82 | 0 | 0.67 | 0.63 | 130.91 | 0.69 | 0.22 |
| Hex | 11 | 5E | 1F | 52 | 0 | 43 | 3F | 83 | 45 | 16 |
| Octal | 21 | 136 | 37 | 122 | 0 | 103 | 77 | 203 | 105 | 26 |
| Binary | 10001 | 1011110 | 11111 | 1010010 | 0 | 1000011 | 111111 | 10000011 | 1000101 | 10110 |
Color Harmonies of #115E1F
Complementary color
Monochromatic Colors of #115E1F
Black with #115E1F
Text Example
Text Example
White with #115E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E1F; }
p { color: rgb(17,94,31); }
H1.HeaderClassName
{
color: #115E1F;
}
.AnyTagClassName
{
color: #115E1F;
}
</style>
background-color css
<style>
a { background-color: #115E1F; }
a { background-color: rgb(17,94,31); }
div.DivClassName
{
background-color: #115E1F;
}
.BgClassName
{
background-color: #115E1F;
}
</style>
border-color css
<style>
span { border-color: #115E1F; }
span { border-color: rgb(17,94,31); }
td.TdClassName
{
border-color: #115E1F;
}
.TagClassName
{
border-color: #115E1F;
}
</style>