Shades of Crusoe #155A22
Tints of Crusoe #155A22
RGB
CMYK
RGB Variations
Color information
#155A22 (or 0x155A22) is known color: Crusoe. HEX triplet: 15, 5A and 22. RGB value is (21,90,34). Sum of RGB (Red+Green+Blue) = 21+90+34=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #155A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A22 is #EAA5DD. Grayscale: #3F3F3F. Windows color (decimal): -15377886 or 2251285. OLE color: 2251285.
HSL color Cylindrical-coordinate representation of color #155A22: hue angle of 131.3º 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 #155A22 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 34 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.65 |
| HSL | 131.3º | 0.62% | 0.22% | - |
| HSV(B) | 131.3º | 0.77% | 0.35% | - |
| XYZ | 4.25 | 7.59 | 2.75 | - |
| YUV | 62.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 34 | 0.77 | 0 | 0.62 | 0.65 | 131.3 | 0.62 | 0.22 |
| Hex | 15 | 5A | 22 | 4D | 0 | 3E | 41 | 83 | 3E | 16 |
| Octal | 25 | 132 | 42 | 115 | 0 | 76 | 101 | 203 | 76 | 26 |
| Binary | 10101 | 1011010 | 100010 | 1001101 | 0 | 111110 | 1000001 | 10000011 | 111110 | 10110 |
Color Harmonies of #155A22
Complementary color
Monochromatic Colors of #155A22
Black with #155A22
Text Example
Text Example
White with #155A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A22; }
p { color: rgb(21,90,34); }
H1.HeaderClassName
{
color: #155A22;
}
.AnyTagClassName
{
color: #155A22;
}
</style>
background-color css
<style>
a { background-color: #155A22; }
a { background-color: rgb(21,90,34); }
div.DivClassName
{
background-color: #155A22;
}
.BgClassName
{
background-color: #155A22;
}
</style>
border-color css
<style>
span { border-color: #155A22; }
span { border-color: rgb(21,90,34); }
td.TdClassName
{
border-color: #155A22;
}
.TagClassName
{
border-color: #155A22;
}
</style>