Shades of Crusoe #115F1B
Tints of Crusoe #115F1B
RGB
CMYK
RGB Variations
Color information
#115F1B (or 0x115F1B) is known color: Crusoe. HEX triplet: 11, 5F and 1B. RGB value is (17,95,27). Sum of RGB (Red+Green+Blue) = 17+95+27=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #115F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115F1B is #EEA0E4. Grayscale: #404040. Windows color (decimal): -15638757 or 1793809. OLE color: 1793809.
HSL color Cylindrical-coordinate representation of color #115F1B: hue angle of 127.69º 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 #115F1B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 27 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.63 |
| HSL | 127.69º | 0.7% | 0.22% | - |
| HSV(B) | 127.69º | 0.82% | 0.37% | - |
| XYZ | 4.52 | 8.38 | 2.42 | - |
| YUV | 63.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 27 | 0.82 | 0 | 0.72 | 0.63 | 127.69 | 0.7 | 0.22 |
| Hex | 11 | 5F | 1B | 52 | 0 | 48 | 3F | 80 | 46 | 16 |
| Octal | 21 | 137 | 33 | 122 | 0 | 110 | 77 | 200 | 106 | 26 |
| Binary | 10001 | 1011111 | 11011 | 1010010 | 0 | 1001000 | 111111 | 10000000 | 1000110 | 10110 |
Color Harmonies of #115F1B
Complementary color
Monochromatic Colors of #115F1B
Black with #115F1B
Text Example
Text Example
White with #115F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F1B; }
p { color: rgb(17,95,27); }
H1.HeaderClassName
{
color: #115F1B;
}
.AnyTagClassName
{
color: #115F1B;
}
</style>
background-color css
<style>
a { background-color: #115F1B; }
a { background-color: rgb(17,95,27); }
div.DivClassName
{
background-color: #115F1B;
}
.BgClassName
{
background-color: #115F1B;
}
</style>
border-color css
<style>
span { border-color: #115F1B; }
span { border-color: rgb(17,95,27); }
td.TdClassName
{
border-color: #115F1B;
}
.TagClassName
{
border-color: #115F1B;
}
</style>