Shades of Crusoe #155C37
Tints of Crusoe #155C37
RGB
CMYK
RGB Variations
Color information
#155C37 (or 0x155C37) is known color: Crusoe. HEX triplet: 15, 5C and 37. RGB value is (21,92,55). Sum of RGB (Red+Green+Blue) = 21+92+55=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #155C37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C37 is #EAA3C8. Grayscale: #424242. Windows color (decimal): -15377353 or 3628053. OLE color: 3628053.
HSL color Cylindrical-coordinate representation of color #155C37: hue angle of 148.73º degrees, saturation: 0.63, 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 #155C37 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 55 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.64 |
| HSL | 148.73º | 0.63% | 0.22% | - |
| HSV(B) | 148.73º | 0.77% | 0.36% | - |
| XYZ | 4.83 | 8.09 | 4.92 | - |
| YUV | 66.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 55 | 0.77 | 0 | 0.40 | 0.64 | 148.73 | 0.63 | 0.22 |
| Hex | 15 | 5C | 37 | 4D | 0 | 28 | 40 | 95 | 3F | 16 |
| Octal | 25 | 134 | 67 | 115 | 0 | 50 | 100 | 225 | 77 | 26 |
| Binary | 10101 | 1011100 | 110111 | 1001101 | 0 | 101000 | 1000000 | 10010101 | 111111 | 10110 |
Color Harmonies of #155C37
Complementary color
Monochromatic Colors of #155C37
Black with #155C37
Text Example
Text Example
White with #155C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C37; }
p { color: rgb(21,92,55); }
H1.HeaderClassName
{
color: #155C37;
}
.AnyTagClassName
{
color: #155C37;
}
</style>
background-color css
<style>
a { background-color: #155C37; }
a { background-color: rgb(21,92,55); }
div.DivClassName
{
background-color: #155C37;
}
.BgClassName
{
background-color: #155C37;
}
</style>
border-color css
<style>
span { border-color: #155C37; }
span { border-color: rgb(21,92,55); }
td.TdClassName
{
border-color: #155C37;
}
.TagClassName
{
border-color: #155C37;
}
</style>