Shades of Grey-Asparagus #3B543A
Tints of Grey-Asparagus #3B543A
RGB
CMYK
RGB Variations
Color information
#3B543A (or 0x3B543A) is known color: Grey-Asparagus. HEX triplet: 3B, 54 and 3A. RGB value is (59,84,58). Sum of RGB (Red+Green+Blue) = 59+84+58=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #3B543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B543A is #C4ABC5. Grayscale: #494949. Windows color (decimal): -12889030 or 3822651. OLE color: 3822651.
HSL color Cylindrical-coordinate representation of color #3B543A: hue angle of 117.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B543A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 58 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.67 |
| HSL | 117.69º | 0.18% | 0.28% | - |
| HSV(B) | 117.69º | 0.31% | 0.33% | - |
| XYZ | 5.74 | 7.58 | 5.16 | - |
| YUV | 73.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 58 | 0.30 | 0 | 0.31 | 0.67 | 117.69 | 0.18 | 0.28 |
| Hex | 3B | 54 | 3A | 1E | 0 | 1F | 43 | 76 | 12 | 1C |
| Octal | 73 | 124 | 72 | 36 | 0 | 37 | 103 | 166 | 22 | 34 |
| Binary | 111011 | 1010100 | 111010 | 11110 | 0 | 11111 | 1000011 | 1110110 | 10010 | 11100 |
Color Harmonies of #3B543A
Complementary color
Monochromatic Colors of #3B543A
Black with #3B543A
Text Example
Text Example
White with #3B543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B543A; }
p { color: rgb(59,84,58); }
H1.HeaderClassName
{
color: #3B543A;
}
.AnyTagClassName
{
color: #3B543A;
}
</style>
background-color css
<style>
a { background-color: #3B543A; }
a { background-color: rgb(59,84,58); }
div.DivClassName
{
background-color: #3B543A;
}
.BgClassName
{
background-color: #3B543A;
}
</style>
border-color css
<style>
span { border-color: #3B543A; }
span { border-color: rgb(59,84,58); }
td.TdClassName
{
border-color: #3B543A;
}
.TagClassName
{
border-color: #3B543A;
}
</style>