Shades of Crusoe #155B2A
Tints of Crusoe #155B2A
RGB
CMYK
RGB Variations
Color information
#155B2A (or 0x155B2A) is known color: Crusoe. HEX triplet: 15, 5B and 2A. RGB value is (21,91,42). Sum of RGB (Red+Green+Blue) = 21+91+42=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2A is #EAA4D5. Grayscale: #404040. Windows color (decimal): -15377622 or 2775829. OLE color: 2775829.
HSL color Cylindrical-coordinate representation of color #155B2A: hue angle of 138º 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 #155B2A is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 42 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.64 |
| HSL | 138º | 0.63% | 0.22% | - |
| HSV(B) | 138º | 0.77% | 0.36% | - |
| XYZ | 4.47 | 7.81 | 3.46 | - |
| YUV | 64.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 42 | 0.77 | 0 | 0.54 | 0.64 | 138 | 0.63 | 0.22 |
| Hex | 15 | 5B | 2A | 4D | 0 | 36 | 40 | 8A | 3E | 16 |
| Octal | 25 | 133 | 52 | 115 | 0 | 66 | 100 | 212 | 76 | 26 |
| Binary | 10101 | 1011011 | 101010 | 1001101 | 0 | 110110 | 1000000 | 10001010 | 111110 | 10110 |
Color Harmonies of #155B2A
Complementary color
Monochromatic Colors of #155B2A
Black with #155B2A
Text Example
Text Example
White with #155B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B2A; }
p { color: rgb(21,91,42); }
H1.HeaderClassName
{
color: #155B2A;
}
.AnyTagClassName
{
color: #155B2A;
}
</style>
background-color css
<style>
a { background-color: #155B2A; }
a { background-color: rgb(21,91,42); }
div.DivClassName
{
background-color: #155B2A;
}
.BgClassName
{
background-color: #155B2A;
}
</style>
border-color css
<style>
span { border-color: #155B2A; }
span { border-color: rgb(21,91,42); }
td.TdClassName
{
border-color: #155B2A;
}
.TagClassName
{
border-color: #155B2A;
}
</style>