Shades of Crusoe #115222
Tints of Crusoe #115222
RGB
CMYK
RGB Variations
Color information
#115222 (or 0x115222) is known color: Crusoe. HEX triplet: 11, 52 and 22. RGB value is (17,82,34). Sum of RGB (Red+Green+Blue) = 17+82+34=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #115222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115222 is #EEADDD. Grayscale: #393939. Windows color (decimal): -15642078 or 2249233. OLE color: 2249233.
HSL color Cylindrical-coordinate representation of color #115222: hue angle of 135.69º 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 #115222 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 34 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.68 |
| HSL | 135.69º | 0.66% | 0.19% | - |
| HSV(B) | 135.69º | 0.79% | 0.32% | - |
| XYZ | 3.54 | 6.27 | 2.54 | - |
| YUV | 57.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 34 | 0.79 | 0 | 0.59 | 0.68 | 135.69 | 0.66 | 0.19 |
| Hex | 11 | 52 | 22 | 4F | 0 | 3B | 44 | 88 | 42 | 13 |
| Octal | 21 | 122 | 42 | 117 | 0 | 73 | 104 | 210 | 102 | 23 |
| Binary | 10001 | 1010010 | 100010 | 1001111 | 0 | 111011 | 1000100 | 10001000 | 1000010 | 10011 |
Color Harmonies of #115222
Complementary color
Monochromatic Colors of #115222
Black with #115222
Text Example
Text Example
White with #115222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115222; }
p { color: rgb(17,82,34); }
H1.HeaderClassName
{
color: #115222;
}
.AnyTagClassName
{
color: #115222;
}
</style>
background-color css
<style>
a { background-color: #115222; }
a { background-color: rgb(17,82,34); }
div.DivClassName
{
background-color: #115222;
}
.BgClassName
{
background-color: #115222;
}
</style>
border-color css
<style>
span { border-color: #115222; }
span { border-color: rgb(17,82,34); }
td.TdClassName
{
border-color: #115222;
}
.TagClassName
{
border-color: #115222;
}
</style>