Shades of Crusoe #155632
Tints of Crusoe #155632
RGB
CMYK
RGB Variations
Color information
#155632 (or 0x155632) is known color: Crusoe. HEX triplet: 15, 56 and 32. RGB value is (21,86,50). Sum of RGB (Red+Green+Blue) = 21+86+50=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #155632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155632 is #EAA9CD. Grayscale: #3E3E3E. Windows color (decimal): -15378894 or 3298837. OLE color: 3298837.
HSL color Cylindrical-coordinate representation of color #155632: hue angle of 146.77º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155632 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 50 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.66 |
| HSL | 146.77º | 0.61% | 0.21% | - |
| HSV(B) | 146.77º | 0.76% | 0.34% | - |
| XYZ | 4.21 | 7.05 | 4.16 | - |
| YUV | 62.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 50 | 0.76 | 0 | 0.42 | 0.66 | 146.77 | 0.61 | 0.21 |
| Hex | 15 | 56 | 32 | 4C | 0 | 2A | 42 | 93 | 3D | 15 |
| Octal | 25 | 126 | 62 | 114 | 0 | 52 | 102 | 223 | 75 | 25 |
| Binary | 10101 | 1010110 | 110010 | 1001100 | 0 | 101010 | 1000010 | 10010011 | 111101 | 10101 |
Color Harmonies of #155632
Complementary color
Monochromatic Colors of #155632
Black with #155632
Text Example
Text Example
White with #155632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155632; }
p { color: rgb(21,86,50); }
H1.HeaderClassName
{
color: #155632;
}
.AnyTagClassName
{
color: #155632;
}
</style>
background-color css
<style>
a { background-color: #155632; }
a { background-color: rgb(21,86,50); }
div.DivClassName
{
background-color: #155632;
}
.BgClassName
{
background-color: #155632;
}
</style>
border-color css
<style>
span { border-color: #155632; }
span { border-color: rgb(21,86,50); }
td.TdClassName
{
border-color: #155632;
}
.TagClassName
{
border-color: #155632;
}
</style>