Shades of Crusoe #155B24
Tints of Crusoe #155B24
RGB
CMYK
RGB Variations
Color information
#155B24 (or 0x155B24) is known color: Crusoe. HEX triplet: 15, 5B and 24. RGB value is (21,91,36). Sum of RGB (Red+Green+Blue) = 21+91+36=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #155B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B24 is #EAA4DB. Grayscale: #3F3F3F. Windows color (decimal): -15377628 or 2382613. OLE color: 2382613.
HSL color Cylindrical-coordinate representation of color #155B24: hue angle of 132.86º 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 #155B24 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 36 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.64 |
| HSL | 132.86º | 0.63% | 0.22% | - |
| HSV(B) | 132.86º | 0.77% | 0.36% | - |
| XYZ | 4.37 | 7.77 | 2.94 | - |
| YUV | 63.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 36 | 0.77 | 0 | 0.60 | 0.64 | 132.86 | 0.63 | 0.22 |
| Hex | 15 | 5B | 24 | 4D | 0 | 3C | 40 | 85 | 3E | 16 |
| Octal | 25 | 133 | 44 | 115 | 0 | 74 | 100 | 205 | 76 | 26 |
| Binary | 10101 | 1011011 | 100100 | 1001101 | 0 | 111100 | 1000000 | 10000101 | 111110 | 10110 |
Color Harmonies of #155B24
Complementary color
Monochromatic Colors of #155B24
Black with #155B24
Text Example
Text Example
White with #155B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B24; }
p { color: rgb(21,91,36); }
H1.HeaderClassName
{
color: #155B24;
}
.AnyTagClassName
{
color: #155B24;
}
</style>
background-color css
<style>
a { background-color: #155B24; }
a { background-color: rgb(21,91,36); }
div.DivClassName
{
background-color: #155B24;
}
.BgClassName
{
background-color: #155B24;
}
</style>
border-color css
<style>
span { border-color: #155B24; }
span { border-color: rgb(21,91,36); }
td.TdClassName
{
border-color: #155B24;
}
.TagClassName
{
border-color: #155B24;
}
</style>