Shades of Crusoe #155827
Tints of Crusoe #155827
RGB
CMYK
RGB Variations
Color information
#155827 (or 0x155827) is known color: Crusoe. HEX triplet: 15, 58 and 27. RGB value is (21,88,39). Sum of RGB (Red+Green+Blue) = 21+88+39=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #155827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155827 is #EAA7D8. Grayscale: #3E3E3E. Windows color (decimal): -15378393 or 2578453. OLE color: 2578453.
HSL color Cylindrical-coordinate representation of color #155827: hue angle of 136.12º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155827 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 39 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.65 |
| HSL | 136.12º | 0.61% | 0.21% | - |
| HSV(B) | 136.12º | 0.76% | 0.35% | - |
| XYZ | 4.17 | 7.29 | 3.11 | - |
| YUV | 62.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 39 | 0.76 | 0 | 0.56 | 0.65 | 136.12 | 0.61 | 0.21 |
| Hex | 15 | 58 | 27 | 4C | 0 | 38 | 41 | 88 | 3D | 15 |
| Octal | 25 | 130 | 47 | 114 | 0 | 70 | 101 | 210 | 75 | 25 |
| Binary | 10101 | 1011000 | 100111 | 1001100 | 0 | 111000 | 1000001 | 10001000 | 111101 | 10101 |
Color Harmonies of #155827
Complementary color
Monochromatic Colors of #155827
Black with #155827
Text Example
Text Example
White with #155827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155827; }
p { color: rgb(21,88,39); }
H1.HeaderClassName
{
color: #155827;
}
.AnyTagClassName
{
color: #155827;
}
</style>
background-color css
<style>
a { background-color: #155827; }
a { background-color: rgb(21,88,39); }
div.DivClassName
{
background-color: #155827;
}
.BgClassName
{
background-color: #155827;
}
</style>
border-color css
<style>
span { border-color: #155827; }
span { border-color: rgb(21,88,39); }
td.TdClassName
{
border-color: #155827;
}
.TagClassName
{
border-color: #155827;
}
</style>