Shades of Crusoe #155937
Tints of Crusoe #155937
RGB
CMYK
RGB Variations
Color information
#155937 (or 0x155937) is known color: Crusoe. HEX triplet: 15, 59 and 37. RGB value is (21,89,55). Sum of RGB (Red+Green+Blue) = 21+89+55=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #155937 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155937 is #EAA6C8. Grayscale: #404040. Windows color (decimal): -15378121 or 3627285. OLE color: 3627285.
HSL color Cylindrical-coordinate representation of color #155937: hue angle of 150º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155937 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 55 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.65 |
| HSL | 150º | 0.62% | 0.22% | - |
| HSV(B) | 150º | 0.76% | 0.35% | - |
| XYZ | 4.57 | 7.58 | 4.84 | - |
| YUV | 64.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 55 | 0.76 | 0 | 0.38 | 0.65 | 150 | 0.62 | 0.22 |
| Hex | 15 | 59 | 37 | 4C | 0 | 26 | 41 | 96 | 3E | 16 |
| Octal | 25 | 131 | 67 | 114 | 0 | 46 | 101 | 226 | 76 | 26 |
| Binary | 10101 | 1011001 | 110111 | 1001100 | 0 | 100110 | 1000001 | 10010110 | 111110 | 10110 |
Color Harmonies of #155937
Complementary color
Monochromatic Colors of #155937
Black with #155937
Text Example
Text Example
White with #155937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155937; }
p { color: rgb(21,89,55); }
H1.HeaderClassName
{
color: #155937;
}
.AnyTagClassName
{
color: #155937;
}
</style>
background-color css
<style>
a { background-color: #155937; }
a { background-color: rgb(21,89,55); }
div.DivClassName
{
background-color: #155937;
}
.BgClassName
{
background-color: #155937;
}
</style>
border-color css
<style>
span { border-color: #155937; }
span { border-color: rgb(21,89,55); }
td.TdClassName
{
border-color: #155937;
}
.TagClassName
{
border-color: #155937;
}
</style>