Shades of Crusoe #115C32
Tints of Crusoe #115C32
RGB
CMYK
RGB Variations
Color information
#115C32 (or 0x115C32) is known color: Crusoe. HEX triplet: 11, 5C and 32. RGB value is (17,92,50). Sum of RGB (Red+Green+Blue) = 17+92+50=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #115C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115C32 is #EEA3CD. Grayscale: #404040. Windows color (decimal): -15639502 or 3300369. OLE color: 3300369.
HSL color Cylindrical-coordinate representation of color #115C32: hue angle of 146.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C32 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 50 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.64 |
| HSL | 146.4º | 0.69% | 0.21% | - |
| HSV(B) | 146.4º | 0.82% | 0.36% | - |
| XYZ | 4.63 | 8 | 4.32 | - |
| YUV | 64.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 50 | 0.82 | 0 | 0.46 | 0.64 | 146.4 | 0.69 | 0.21 |
| Hex | 11 | 5C | 32 | 52 | 0 | 2E | 40 | 92 | 45 | 15 |
| Octal | 21 | 134 | 62 | 122 | 0 | 56 | 100 | 222 | 105 | 25 |
| Binary | 10001 | 1011100 | 110010 | 1010010 | 0 | 101110 | 1000000 | 10010010 | 1000101 | 10101 |
Color Harmonies of #115C32
Complementary color
Monochromatic Colors of #115C32
Black with #115C32
Text Example
Text Example
White with #115C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C32; }
p { color: rgb(17,92,50); }
H1.HeaderClassName
{
color: #115C32;
}
.AnyTagClassName
{
color: #115C32;
}
</style>
background-color css
<style>
a { background-color: #115C32; }
a { background-color: rgb(17,92,50); }
div.DivClassName
{
background-color: #115C32;
}
.BgClassName
{
background-color: #115C32;
}
</style>
border-color css
<style>
span { border-color: #115C32; }
span { border-color: rgb(17,92,50); }
td.TdClassName
{
border-color: #115C32;
}
.TagClassName
{
border-color: #115C32;
}
</style>