Shades of Crusoe #155B2B
Tints of Crusoe #155B2B
RGB
CMYK
RGB Variations
Color information
#155B2B (or 0x155B2B) is known color: Crusoe. HEX triplet: 15, 5B and 2B. RGB value is (21,91,43). Sum of RGB (Red+Green+Blue) = 21+91+43=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2B is #EAA4D4. Grayscale: #404040. Windows color (decimal): -15377621 or 2841365. OLE color: 2841365.
HSL color Cylindrical-coordinate representation of color #155B2B: hue angle of 138.86º 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 #155B2B is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 43 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.64 |
| HSL | 138.86º | 0.63% | 0.22% | - |
| HSV(B) | 138.86º | 0.77% | 0.36% | - |
| XYZ | 4.49 | 7.82 | 3.56 | - |
| YUV | 64.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 43 | 0.77 | 0 | 0.53 | 0.64 | 138.86 | 0.63 | 0.22 |
| Hex | 15 | 5B | 2B | 4D | 0 | 35 | 40 | 8B | 3E | 16 |
| Octal | 25 | 133 | 53 | 115 | 0 | 65 | 100 | 213 | 76 | 26 |
| Binary | 10101 | 1011011 | 101011 | 1001101 | 0 | 110101 | 1000000 | 10001011 | 111110 | 10110 |
Color Harmonies of #155B2B
Complementary color
Monochromatic Colors of #155B2B
Black with #155B2B
Text Example
Text Example
White with #155B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B2B; }
p { color: rgb(21,91,43); }
H1.HeaderClassName
{
color: #155B2B;
}
.AnyTagClassName
{
color: #155B2B;
}
</style>
background-color css
<style>
a { background-color: #155B2B; }
a { background-color: rgb(21,91,43); }
div.DivClassName
{
background-color: #155B2B;
}
.BgClassName
{
background-color: #155B2B;
}
</style>
border-color css
<style>
span { border-color: #155B2B; }
span { border-color: rgb(21,91,43); }
td.TdClassName
{
border-color: #155B2B;
}
.TagClassName
{
border-color: #155B2B;
}
</style>