Shades of Crusoe #155B30
Tints of Crusoe #155B30
RGB
CMYK
RGB Variations
Color information
#155B30 (or 0x155B30) is known color: Crusoe. HEX triplet: 15, 5B and 30. RGB value is (21,91,48). Sum of RGB (Red+Green+Blue) = 21+91+48=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #155B30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B30 is #EAA4CF. Grayscale: #414141. Windows color (decimal): -15377616 or 3169045. OLE color: 3169045.
HSL color Cylindrical-coordinate representation of color #155B30: hue angle of 143.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B30 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 48 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.64 |
| HSL | 143.14º | 0.63% | 0.22% | - |
| HSV(B) | 143.14º | 0.77% | 0.36% | - |
| XYZ | 4.58 | 7.86 | 4.07 | - |
| YUV | 65.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 48 | 0.77 | 0 | 0.47 | 0.64 | 143.14 | 0.63 | 0.22 |
| Hex | 15 | 5B | 30 | 4D | 0 | 2F | 40 | 8F | 3E | 16 |
| Octal | 25 | 133 | 60 | 115 | 0 | 57 | 100 | 217 | 76 | 26 |
| Binary | 10101 | 1011011 | 110000 | 1001101 | 0 | 101111 | 1000000 | 10001111 | 111110 | 10110 |
Color Harmonies of #155B30
Complementary color
Monochromatic Colors of #155B30
Black with #155B30
Text Example
Text Example
White with #155B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B30; }
p { color: rgb(21,91,48); }
H1.HeaderClassName
{
color: #155B30;
}
.AnyTagClassName
{
color: #155B30;
}
</style>
background-color css
<style>
a { background-color: #155B30; }
a { background-color: rgb(21,91,48); }
div.DivClassName
{
background-color: #155B30;
}
.BgClassName
{
background-color: #155B30;
}
</style>
border-color css
<style>
span { border-color: #155B30; }
span { border-color: rgb(21,91,48); }
td.TdClassName
{
border-color: #155B30;
}
.TagClassName
{
border-color: #155B30;
}
</style>