Shades of Crusoe #155B2C
Tints of Crusoe #155B2C
RGB
CMYK
RGB Variations
Color information
#155B2C (or 0x155B2C) is known color: Crusoe. HEX triplet: 15, 5B and 2C. RGB value is (21,91,44). Sum of RGB (Red+Green+Blue) = 21+91+44=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2C is #EAA4D3. Grayscale: #404040. Windows color (decimal): -15377620 or 2906901. OLE color: 2906901.
HSL color Cylindrical-coordinate representation of color #155B2C: hue angle of 139.71º 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 #155B2C is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 44 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.64 |
| HSL | 139.71º | 0.63% | 0.22% | - |
| HSV(B) | 139.71º | 0.77% | 0.36% | - |
| XYZ | 4.5 | 7.82 | 3.66 | - |
| YUV | 64.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 44 | 0.77 | 0 | 0.52 | 0.64 | 139.71 | 0.63 | 0.22 |
| Hex | 15 | 5B | 2C | 4D | 0 | 34 | 40 | 8C | 3E | 16 |
| Octal | 25 | 133 | 54 | 115 | 0 | 64 | 100 | 214 | 76 | 26 |
| Binary | 10101 | 1011011 | 101100 | 1001101 | 0 | 110100 | 1000000 | 10001100 | 111110 | 10110 |
Color Harmonies of #155B2C
Complementary color
Monochromatic Colors of #155B2C
Black with #155B2C
Text Example
Text Example
White with #155B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B2C; }
p { color: rgb(21,91,44); }
H1.HeaderClassName
{
color: #155B2C;
}
.AnyTagClassName
{
color: #155B2C;
}
</style>
background-color css
<style>
a { background-color: #155B2C; }
a { background-color: rgb(21,91,44); }
div.DivClassName
{
background-color: #155B2C;
}
.BgClassName
{
background-color: #155B2C;
}
</style>
border-color css
<style>
span { border-color: #155B2C; }
span { border-color: rgb(21,91,44); }
td.TdClassName
{
border-color: #155B2C;
}
.TagClassName
{
border-color: #155B2C;
}
</style>