Shades of Crusoe #116527
Tints of Crusoe #116527
RGB
CMYK
RGB Variations
Color information
#116527 (or 0x116527) is known color: Crusoe. HEX triplet: 11, 65 and 27. RGB value is (17,101,39). Sum of RGB (Red+Green+Blue) = 17+101+39=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #116527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116527 is #EE9AD8. Grayscale: #444444. Windows color (decimal): -15637209 or 2581777. OLE color: 2581777.
HSL color Cylindrical-coordinate representation of color #116527: hue angle of 135.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116527 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 39 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.60 |
| HSL | 135.71º | 0.71% | 0.23% | - |
| HSV(B) | 135.71º | 0.83% | 0.4% | - |
| XYZ | 5.25 | 9.57 | 3.49 | - |
| YUV | 68.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 39 | 0.83 | 0 | 0.61 | 0.60 | 135.71 | 0.71 | 0.23 |
| Hex | 11 | 65 | 27 | 53 | 0 | 3D | 3C | 88 | 47 | 17 |
| Octal | 21 | 145 | 47 | 123 | 0 | 75 | 74 | 210 | 107 | 27 |
| Binary | 10001 | 1100101 | 100111 | 1010011 | 0 | 111101 | 111100 | 10001000 | 1000111 | 10111 |
Color Harmonies of #116527
Complementary color
Monochromatic Colors of #116527
Black with #116527
Text Example
Text Example
White with #116527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116527; }
p { color: rgb(17,101,39); }
H1.HeaderClassName
{
color: #116527;
}
.AnyTagClassName
{
color: #116527;
}
</style>
background-color css
<style>
a { background-color: #116527; }
a { background-color: rgb(17,101,39); }
div.DivClassName
{
background-color: #116527;
}
.BgClassName
{
background-color: #116527;
}
</style>
border-color css
<style>
span { border-color: #116527; }
span { border-color: rgb(17,101,39); }
td.TdClassName
{
border-color: #116527;
}
.TagClassName
{
border-color: #116527;
}
</style>