Shades of Crusoe #155A21
Tints of Crusoe #155A21
RGB
CMYK
RGB Variations
Color information
#155A21 (or 0x155A21) is known color: Crusoe. HEX triplet: 15, 5A and 21. RGB value is (21,90,33). Sum of RGB (Red+Green+Blue) = 21+90+33=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #155A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A21 is #EAA5DE. Grayscale: #3F3F3F. Windows color (decimal): -15377887 or 2185749. OLE color: 2185749.
HSL color Cylindrical-coordinate representation of color #155A21: hue angle of 130.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A21 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 33 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.65 |
| HSL | 130.43º | 0.62% | 0.22% | - |
| HSV(B) | 130.43º | 0.77% | 0.35% | - |
| XYZ | 4.24 | 7.58 | 2.68 | - |
| YUV | 62.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 33 | 0.77 | 0 | 0.63 | 0.65 | 130.43 | 0.62 | 0.22 |
| Hex | 15 | 5A | 21 | 4D | 0 | 3F | 41 | 82 | 3E | 16 |
| Octal | 25 | 132 | 41 | 115 | 0 | 77 | 101 | 202 | 76 | 26 |
| Binary | 10101 | 1011010 | 100001 | 1001101 | 0 | 111111 | 1000001 | 10000010 | 111110 | 10110 |
Color Harmonies of #155A21
Complementary color
Monochromatic Colors of #155A21
Black with #155A21
Text Example
Text Example
White with #155A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A21; }
p { color: rgb(21,90,33); }
H1.HeaderClassName
{
color: #155A21;
}
.AnyTagClassName
{
color: #155A21;
}
</style>
background-color css
<style>
a { background-color: #155A21; }
a { background-color: rgb(21,90,33); }
div.DivClassName
{
background-color: #155A21;
}
.BgClassName
{
background-color: #155A21;
}
</style>
border-color css
<style>
span { border-color: #155A21; }
span { border-color: rgb(21,90,33); }
td.TdClassName
{
border-color: #155A21;
}
.TagClassName
{
border-color: #155A21;
}
</style>