Shades of Crusoe #155627
Tints of Crusoe #155627
RGB
CMYK
RGB Variations
Color information
#155627 (or 0x155627) is known color: Crusoe. HEX triplet: 15, 56 and 27. RGB value is (21,86,39). Sum of RGB (Red+Green+Blue) = 21+86+39=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #155627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155627 is #EAA9D8. Grayscale: #3D3D3D. Windows color (decimal): -15378905 or 2577941. OLE color: 2577941.
HSL color Cylindrical-coordinate representation of color #155627: hue angle of 136.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 #155627 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 39 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.66 |
| HSL | 136.62º | 0.61% | 0.21% | - |
| HSV(B) | 136.62º | 0.76% | 0.34% | - |
| XYZ | 4 | 6.96 | 3.05 | - |
| YUV | 61.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 39 | 0.76 | 0 | 0.55 | 0.66 | 136.62 | 0.61 | 0.21 |
| Hex | 15 | 56 | 27 | 4C | 0 | 37 | 42 | 89 | 3D | 15 |
| Octal | 25 | 126 | 47 | 114 | 0 | 67 | 102 | 211 | 75 | 25 |
| Binary | 10101 | 1010110 | 100111 | 1001100 | 0 | 110111 | 1000010 | 10001001 | 111101 | 10101 |
Color Harmonies of #155627
Complementary color
Monochromatic Colors of #155627
Black with #155627
Text Example
Text Example
White with #155627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155627; }
p { color: rgb(21,86,39); }
H1.HeaderClassName
{
color: #155627;
}
.AnyTagClassName
{
color: #155627;
}
</style>
background-color css
<style>
a { background-color: #155627; }
a { background-color: rgb(21,86,39); }
div.DivClassName
{
background-color: #155627;
}
.BgClassName
{
background-color: #155627;
}
</style>
border-color css
<style>
span { border-color: #155627; }
span { border-color: rgb(21,86,39); }
td.TdClassName
{
border-color: #155627;
}
.TagClassName
{
border-color: #155627;
}
</style>