Shades of Crusoe #115F33
Tints of Crusoe #115F33
RGB
CMYK
RGB Variations
Color information
#115F33 (or 0x115F33) is known color: Crusoe. HEX triplet: 11, 5F and 33. RGB value is (17,95,51). Sum of RGB (Red+Green+Blue) = 17+95+51=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #115F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115F33 is #EEA0CC. Grayscale: #424242. Windows color (decimal): -15638733 or 3366673. OLE color: 3366673.
HSL color Cylindrical-coordinate representation of color #115F33: hue angle of 146.15º 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 #115F33 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 51 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.63 |
| HSL | 146.15º | 0.7% | 0.22% | - |
| HSV(B) | 146.15º | 0.82% | 0.37% | - |
| XYZ | 4.92 | 8.54 | 4.52 | - |
| YUV | 66.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 51 | 0.82 | 0 | 0.46 | 0.63 | 146.15 | 0.7 | 0.22 |
| Hex | 11 | 5F | 33 | 52 | 0 | 2E | 3F | 92 | 46 | 16 |
| Octal | 21 | 137 | 63 | 122 | 0 | 56 | 77 | 222 | 106 | 26 |
| Binary | 10001 | 1011111 | 110011 | 1010010 | 0 | 101110 | 111111 | 10010010 | 1000110 | 10110 |
Color Harmonies of #115F33
Complementary color
Monochromatic Colors of #115F33
Black with #115F33
Text Example
Text Example
White with #115F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F33; }
p { color: rgb(17,95,51); }
H1.HeaderClassName
{
color: #115F33;
}
.AnyTagClassName
{
color: #115F33;
}
</style>
background-color css
<style>
a { background-color: #115F33; }
a { background-color: rgb(17,95,51); }
div.DivClassName
{
background-color: #115F33;
}
.BgClassName
{
background-color: #115F33;
}
</style>
border-color css
<style>
span { border-color: #115F33; }
span { border-color: rgb(17,95,51); }
td.TdClassName
{
border-color: #115F33;
}
.TagClassName
{
border-color: #115F33;
}
</style>