Shades of Crusoe #155F27
Tints of Crusoe #155F27
RGB
CMYK
RGB Variations
Color information
#155F27 (or 0x155F27) is known color: Crusoe. HEX triplet: 15, 5F and 27. RGB value is (21,95,39). Sum of RGB (Red+Green+Blue) = 21+95+39=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #155F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F27 is #EAA0D8. Grayscale: #424242. Windows color (decimal): -15376601 or 2580245. OLE color: 2580245.
HSL color Cylindrical-coordinate representation of color #155F27: hue angle of 134.59º degrees, saturation: 0.64, 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 #155F27 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 39 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.63 |
| HSL | 134.59º | 0.64% | 0.23% | - |
| HSV(B) | 134.59º | 0.78% | 0.37% | - |
| XYZ | 4.77 | 8.49 | 3.31 | - |
| YUV | 66.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 39 | 0.78 | 0 | 0.59 | 0.63 | 134.59 | 0.64 | 0.23 |
| Hex | 15 | 5F | 27 | 4E | 0 | 3B | 3F | 87 | 40 | 17 |
| Octal | 25 | 137 | 47 | 116 | 0 | 73 | 77 | 207 | 100 | 27 |
| Binary | 10101 | 1011111 | 100111 | 1001110 | 0 | 111011 | 111111 | 10000111 | 1000000 | 10111 |
Color Harmonies of #155F27
Complementary color
Monochromatic Colors of #155F27
Black with #155F27
Text Example
Text Example
White with #155F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F27; }
p { color: rgb(21,95,39); }
H1.HeaderClassName
{
color: #155F27;
}
.AnyTagClassName
{
color: #155F27;
}
</style>
background-color css
<style>
a { background-color: #155F27; }
a { background-color: rgb(21,95,39); }
div.DivClassName
{
background-color: #155F27;
}
.BgClassName
{
background-color: #155F27;
}
</style>
border-color css
<style>
span { border-color: #155F27; }
span { border-color: rgb(21,95,39); }
td.TdClassName
{
border-color: #155F27;
}
.TagClassName
{
border-color: #155F27;
}
</style>