Shades of Crusoe #155B26
Tints of Crusoe #155B26
RGB
CMYK
RGB Variations
Color information
#155B26 (or 0x155B26) is known color: Crusoe. HEX triplet: 15, 5B and 26. RGB value is (21,91,38). Sum of RGB (Red+Green+Blue) = 21+91+38=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #155B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B26 is #EAA4D9. Grayscale: #404040. Windows color (decimal): -15377626 or 2513685. OLE color: 2513685.
HSL color Cylindrical-coordinate representation of color #155B26: hue angle of 134.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B26 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 38 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.64 |
| HSL | 134.57º | 0.63% | 0.22% | - |
| HSV(B) | 134.57º | 0.77% | 0.36% | - |
| XYZ | 4.4 | 7.78 | 3.1 | - |
| YUV | 64.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 38 | 0.77 | 0 | 0.58 | 0.64 | 134.57 | 0.63 | 0.22 |
| Hex | 15 | 5B | 26 | 4D | 0 | 3A | 40 | 87 | 3E | 16 |
| Octal | 25 | 133 | 46 | 115 | 0 | 72 | 100 | 207 | 76 | 26 |
| Binary | 10101 | 1011011 | 100110 | 1001101 | 0 | 111010 | 1000000 | 10000111 | 111110 | 10110 |
Color Harmonies of #155B26
Complementary color
Monochromatic Colors of #155B26
Black with #155B26
Text Example
Text Example
White with #155B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B26; }
p { color: rgb(21,91,38); }
H1.HeaderClassName
{
color: #155B26;
}
.AnyTagClassName
{
color: #155B26;
}
</style>
background-color css
<style>
a { background-color: #155B26; }
a { background-color: rgb(21,91,38); }
div.DivClassName
{
background-color: #155B26;
}
.BgClassName
{
background-color: #155B26;
}
</style>
border-color css
<style>
span { border-color: #155B26; }
span { border-color: rgb(21,91,38); }
td.TdClassName
{
border-color: #155B26;
}
.TagClassName
{
border-color: #155B26;
}
</style>