Shades of Crusoe #155A34
Tints of Crusoe #155A34
RGB
CMYK
RGB Variations
Color information
#155A34 (or 0x155A34) is known color: Crusoe. HEX triplet: 15, 5A and 34. RGB value is (21,90,52). Sum of RGB (Red+Green+Blue) = 21+90+52=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #155A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A34 is #EAA5CB. Grayscale: #414141. Windows color (decimal): -15377868 or 3430933. OLE color: 3430933.
HSL color Cylindrical-coordinate representation of color #155A34: hue angle of 146.96º 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 #155A34 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 52 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.65 |
| HSL | 146.96º | 0.62% | 0.22% | - |
| HSV(B) | 146.96º | 0.77% | 0.35% | - |
| XYZ | 4.59 | 7.72 | 4.5 | - |
| YUV | 65.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 52 | 0.77 | 0 | 0.42 | 0.65 | 146.96 | 0.62 | 0.22 |
| Hex | 15 | 5A | 34 | 4D | 0 | 2A | 41 | 93 | 3E | 16 |
| Octal | 25 | 132 | 64 | 115 | 0 | 52 | 101 | 223 | 76 | 26 |
| Binary | 10101 | 1011010 | 110100 | 1001101 | 0 | 101010 | 1000001 | 10010011 | 111110 | 10110 |
Color Harmonies of #155A34
Complementary color
Monochromatic Colors of #155A34
Black with #155A34
Text Example
Text Example
White with #155A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A34; }
p { color: rgb(21,90,52); }
H1.HeaderClassName
{
color: #155A34;
}
.AnyTagClassName
{
color: #155A34;
}
</style>
background-color css
<style>
a { background-color: #155A34; }
a { background-color: rgb(21,90,52); }
div.DivClassName
{
background-color: #155A34;
}
.BgClassName
{
background-color: #155A34;
}
</style>
border-color css
<style>
span { border-color: #155A34; }
span { border-color: rgb(21,90,52); }
td.TdClassName
{
border-color: #155A34;
}
.TagClassName
{
border-color: #155A34;
}
</style>