Shades of Crusoe #155E27
Tints of Crusoe #155E27
RGB
CMYK
RGB Variations
Color information
#155E27 (or 0x155E27) is known color: Crusoe. HEX triplet: 15, 5E and 27. RGB value is (21,94,39). Sum of RGB (Red+Green+Blue) = 21+94+39=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 94 (37.11% from 255 or 61.04% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 94 - color contains mainly: green. Hex color #155E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E27 is #EAA1D8. Grayscale: #424242. Windows color (decimal): -15376857 or 2579989. OLE color: 2579989.
HSL color Cylindrical-coordinate representation of color #155E27: hue angle of 134.79º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E27 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 94 | 39 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.63 |
| HSL | 134.79º | 0.63% | 0.23% | - |
| HSV(B) | 134.79º | 0.78% | 0.37% | - |
| XYZ | 4.68 | 8.31 | 3.28 | - |
| YUV | 65.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 39 | 0.78 | 0 | 0.59 | 0.63 | 134.79 | 0.63 | 0.23 |
| Hex | 15 | 5E | 27 | 4E | 0 | 3B | 3F | 87 | 3F | 17 |
| Octal | 25 | 136 | 47 | 116 | 0 | 73 | 77 | 207 | 77 | 27 |
| Binary | 10101 | 1011110 | 100111 | 1001110 | 0 | 111011 | 111111 | 10000111 | 111111 | 10111 |
Color Harmonies of #155E27
Complementary color
Monochromatic Colors of #155E27
Black with #155E27
Text Example
Text Example
White with #155E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E27; }
p { color: rgb(21,94,39); }
H1.HeaderClassName
{
color: #155E27;
}
.AnyTagClassName
{
color: #155E27;
}
</style>
background-color css
<style>
a { background-color: #155E27; }
a { background-color: rgb(21,94,39); }
div.DivClassName
{
background-color: #155E27;
}
.BgClassName
{
background-color: #155E27;
}
</style>
border-color css
<style>
span { border-color: #155E27; }
span { border-color: rgb(21,94,39); }
td.TdClassName
{
border-color: #155E27;
}
.TagClassName
{
border-color: #155E27;
}
</style>