Shades of Crusoe #155B2D
Tints of Crusoe #155B2D
RGB
CMYK
RGB Variations
Color information
#155B2D (or 0x155B2D) is known color: Crusoe. HEX triplet: 15, 5B and 2D. RGB value is (21,91,45). Sum of RGB (Red+Green+Blue) = 21+91+45=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2D is #EAA4D2. Grayscale: #404040. Windows color (decimal): -15377619 or 2972437. OLE color: 2972437.
HSL color Cylindrical-coordinate representation of color #155B2D: hue angle of 140.57º 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 #155B2D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 45 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.64 |
| HSL | 140.57º | 0.63% | 0.22% | - |
| HSV(B) | 140.57º | 0.77% | 0.36% | - |
| XYZ | 4.52 | 7.83 | 3.76 | - |
| YUV | 64.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 45 | 0.77 | 0 | 0.51 | 0.64 | 140.57 | 0.63 | 0.22 |
| Hex | 15 | 5B | 2D | 4D | 0 | 33 | 40 | 8D | 3E | 16 |
| Octal | 25 | 133 | 55 | 115 | 0 | 63 | 100 | 215 | 76 | 26 |
| Binary | 10101 | 1011011 | 101101 | 1001101 | 0 | 110011 | 1000000 | 10001101 | 111110 | 10110 |
Color Harmonies of #155B2D
Complementary color
Monochromatic Colors of #155B2D
Black with #155B2D
Text Example
Text Example
White with #155B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B2D; }
p { color: rgb(21,91,45); }
H1.HeaderClassName
{
color: #155B2D;
}
.AnyTagClassName
{
color: #155B2D;
}
</style>
background-color css
<style>
a { background-color: #155B2D; }
a { background-color: rgb(21,91,45); }
div.DivClassName
{
background-color: #155B2D;
}
.BgClassName
{
background-color: #155B2D;
}
</style>
border-color css
<style>
span { border-color: #155B2D; }
span { border-color: rgb(21,91,45); }
td.TdClassName
{
border-color: #155B2D;
}
.TagClassName
{
border-color: #155B2D;
}
</style>