Shades of Crusoe #115329
Tints of Crusoe #115329
RGB
CMYK
RGB Variations
Color information
#115329 (or 0x115329) is known color: Crusoe. HEX triplet: 11, 53 and 29. RGB value is (17,83,41). Sum of RGB (Red+Green+Blue) = 17+83+41=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #115329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115329 is #EEACD6. Grayscale: #3A3A3A. Windows color (decimal): -15641815 or 2708241. OLE color: 2708241.
HSL color Cylindrical-coordinate representation of color #115329: hue angle of 141.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115329 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 41 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.67 |
| HSL | 141.82º | 0.66% | 0.2% | - |
| HSV(B) | 141.82º | 0.8% | 0.33% | - |
| XYZ | 3.72 | 6.47 | 3.15 | - |
| YUV | 58.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 41 | 0.80 | 0 | 0.51 | 0.67 | 141.82 | 0.66 | 0.2 |
| Hex | 11 | 53 | 29 | 50 | 0 | 33 | 43 | 8E | 42 | 14 |
| Octal | 21 | 123 | 51 | 120 | 0 | 63 | 103 | 216 | 102 | 24 |
| Binary | 10001 | 1010011 | 101001 | 1010000 | 0 | 110011 | 1000011 | 10001110 | 1000010 | 10100 |
Color Harmonies of #115329
Complementary color
Monochromatic Colors of #115329
Black with #115329
Text Example
Text Example
White with #115329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115329; }
p { color: rgb(17,83,41); }
H1.HeaderClassName
{
color: #115329;
}
.AnyTagClassName
{
color: #115329;
}
</style>
background-color css
<style>
a { background-color: #115329; }
a { background-color: rgb(17,83,41); }
div.DivClassName
{
background-color: #115329;
}
.BgClassName
{
background-color: #115329;
}
</style>
border-color css
<style>
span { border-color: #115329; }
span { border-color: rgb(17,83,41); }
td.TdClassName
{
border-color: #115329;
}
.TagClassName
{
border-color: #115329;
}
</style>