Shades of Crusoe #155927
Tints of Crusoe #155927
RGB
CMYK
RGB Variations
Color information
#155927 (or 0x155927) is known color: Crusoe. HEX triplet: 15, 59 and 27. RGB value is (21,89,39). Sum of RGB (Red+Green+Blue) = 21+89+39=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #155927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155927 is #EAA6D8. Grayscale: #3F3F3F. Windows color (decimal): -15378137 or 2578709. OLE color: 2578709.
HSL color Cylindrical-coordinate representation of color #155927: hue angle of 135.88º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155927 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 39 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.65 |
| HSL | 135.88º | 0.62% | 0.22% | - |
| HSV(B) | 135.88º | 0.76% | 0.35% | - |
| XYZ | 4.25 | 7.45 | 3.13 | - |
| YUV | 62.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 39 | 0.76 | 0 | 0.56 | 0.65 | 135.88 | 0.62 | 0.22 |
| Hex | 15 | 59 | 27 | 4C | 0 | 38 | 41 | 88 | 3E | 16 |
| Octal | 25 | 131 | 47 | 114 | 0 | 70 | 101 | 210 | 76 | 26 |
| Binary | 10101 | 1011001 | 100111 | 1001100 | 0 | 111000 | 1000001 | 10001000 | 111110 | 10110 |
Color Harmonies of #155927
Complementary color
Monochromatic Colors of #155927
Black with #155927
Text Example
Text Example
White with #155927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155927; }
p { color: rgb(21,89,39); }
H1.HeaderClassName
{
color: #155927;
}
.AnyTagClassName
{
color: #155927;
}
</style>
background-color css
<style>
a { background-color: #155927; }
a { background-color: rgb(21,89,39); }
div.DivClassName
{
background-color: #155927;
}
.BgClassName
{
background-color: #155927;
}
</style>
border-color css
<style>
span { border-color: #155927; }
span { border-color: rgb(21,89,39); }
td.TdClassName
{
border-color: #155927;
}
.TagClassName
{
border-color: #155927;
}
</style>