Shades of Crusoe #115227
Tints of Crusoe #115227
RGB
CMYK
RGB Variations
Color information
#115227 (or 0x115227) is known color: Crusoe. HEX triplet: 11, 52 and 27. RGB value is (17,82,39). Sum of RGB (Red+Green+Blue) = 17+82+39=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #115227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115227 is #EEADD8. Grayscale: #393939. Windows color (decimal): -15642073 or 2576913. OLE color: 2576913.
HSL color Cylindrical-coordinate representation of color #115227: hue angle of 140.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115227 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 39 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.68 |
| HSL | 140.31º | 0.66% | 0.19% | - |
| HSV(B) | 140.31º | 0.79% | 0.32% | - |
| XYZ | 3.61 | 6.3 | 2.95 | - |
| YUV | 57.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 39 | 0.79 | 0 | 0.52 | 0.68 | 140.31 | 0.66 | 0.19 |
| Hex | 11 | 52 | 27 | 4F | 0 | 34 | 44 | 8C | 42 | 13 |
| Octal | 21 | 122 | 47 | 117 | 0 | 64 | 104 | 214 | 102 | 23 |
| Binary | 10001 | 1010010 | 100111 | 1001111 | 0 | 110100 | 1000100 | 10001100 | 1000010 | 10011 |
Color Harmonies of #115227
Complementary color
Monochromatic Colors of #115227
Black with #115227
Text Example
Text Example
White with #115227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115227; }
p { color: rgb(17,82,39); }
H1.HeaderClassName
{
color: #115227;
}
.AnyTagClassName
{
color: #115227;
}
</style>
background-color css
<style>
a { background-color: #115227; }
a { background-color: rgb(17,82,39); }
div.DivClassName
{
background-color: #115227;
}
.BgClassName
{
background-color: #115227;
}
</style>
border-color css
<style>
span { border-color: #115227; }
span { border-color: rgb(17,82,39); }
td.TdClassName
{
border-color: #115227;
}
.TagClassName
{
border-color: #115227;
}
</style>