Shades of Crusoe #115B22
Tints of Crusoe #115B22
RGB
CMYK
RGB Variations
Color information
#115B22 (or 0x115B22) is known color: Crusoe. HEX triplet: 11, 5B and 22. RGB value is (17,91,34). Sum of RGB (Red+Green+Blue) = 17+91+34=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 91 (35.94% from 255 or 64.08% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 91 - color contains mainly: green. Hex color #115B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B22 is #EEA4DD. Grayscale: #3E3E3E. Windows color (decimal): -15639774 or 2251537. OLE color: 2251537.
HSL color Cylindrical-coordinate representation of color #115B22: hue angle of 133.78º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B22 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 34 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.64 |
| HSL | 133.78º | 0.69% | 0.21% | - |
| HSV(B) | 133.78º | 0.81% | 0.36% | - |
| XYZ | 4.26 | 7.72 | 2.78 | - |
| YUV | 62.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 34 | 0.81 | 0 | 0.63 | 0.64 | 133.78 | 0.69 | 0.21 |
| Hex | 11 | 5B | 22 | 51 | 0 | 3F | 40 | 86 | 45 | 15 |
| Octal | 21 | 133 | 42 | 121 | 0 | 77 | 100 | 206 | 105 | 25 |
| Binary | 10001 | 1011011 | 100010 | 1010001 | 0 | 111111 | 1000000 | 10000110 | 1000101 | 10101 |
Color Harmonies of #115B22
Complementary color
Monochromatic Colors of #115B22
Black with #115B22
Text Example
Text Example
White with #115B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B22; }
p { color: rgb(17,91,34); }
H1.HeaderClassName
{
color: #115B22;
}
.AnyTagClassName
{
color: #115B22;
}
</style>
background-color css
<style>
a { background-color: #115B22; }
a { background-color: rgb(17,91,34); }
div.DivClassName
{
background-color: #115B22;
}
.BgClassName
{
background-color: #115B22;
}
</style>
border-color css
<style>
span { border-color: #115B22; }
span { border-color: rgb(17,91,34); }
td.TdClassName
{
border-color: #115B22;
}
.TagClassName
{
border-color: #115B22;
}
</style>