Shades of Crusoe #155634
Tints of Crusoe #155634
RGB
CMYK
RGB Variations
Color information
#155634 (or 0x155634) is known color: Crusoe. HEX triplet: 15, 56 and 34. RGB value is (21,86,52). Sum of RGB (Red+Green+Blue) = 21+86+52=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #155634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155634 is #EAA9CB. Grayscale: #3E3E3E. Windows color (decimal): -15378892 or 3429909. OLE color: 3429909.
HSL color Cylindrical-coordinate representation of color #155634: hue angle of 148.62º 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 #155634 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 52 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.66 |
| HSL | 148.62º | 0.61% | 0.21% | - |
| HSV(B) | 148.62º | 0.76% | 0.34% | - |
| XYZ | 4.26 | 7.06 | 4.39 | - |
| YUV | 62.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 52 | 0.76 | 0 | 0.40 | 0.66 | 148.62 | 0.61 | 0.21 |
| Hex | 15 | 56 | 34 | 4C | 0 | 28 | 42 | 95 | 3D | 15 |
| Octal | 25 | 126 | 64 | 114 | 0 | 50 | 102 | 225 | 75 | 25 |
| Binary | 10101 | 1010110 | 110100 | 1001100 | 0 | 101000 | 1000010 | 10010101 | 111101 | 10101 |
Color Harmonies of #155634
Complementary color
Monochromatic Colors of #155634
Black with #155634
Text Example
Text Example
White with #155634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155634; }
p { color: rgb(21,86,52); }
H1.HeaderClassName
{
color: #155634;
}
.AnyTagClassName
{
color: #155634;
}
</style>
background-color css
<style>
a { background-color: #155634; }
a { background-color: rgb(21,86,52); }
div.DivClassName
{
background-color: #155634;
}
.BgClassName
{
background-color: #155634;
}
</style>
border-color css
<style>
span { border-color: #155634; }
span { border-color: rgb(21,86,52); }
td.TdClassName
{
border-color: #155634;
}
.TagClassName
{
border-color: #155634;
}
</style>