Shades of Grey-Asparagus #3B553B
Tints of Grey-Asparagus #3B553B
RGB
CMYK
RGB Variations
Color information
#3B553B (or 0x3B553B) is known color: Grey-Asparagus. HEX triplet: 3B, 55 and 3B. RGB value is (59,85,59). Sum of RGB (Red+Green+Blue) = 59+85+59=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #3B553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B553B is #C4AAC4. Grayscale: #4A4A4A. Windows color (decimal): -12888773 or 3888443. OLE color: 3888443.
HSL color Cylindrical-coordinate representation of color #3B553B: hue angle of 120º 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 #3B553B is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 85 | 59 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.67 |
| HSL | 120º | 0.18% | 0.28% | - |
| HSV(B) | 120º | 0.31% | 0.33% | - |
| XYZ | 5.84 | 7.74 | 5.32 | - |
| YUV | 74.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 59 | 0.31 | 0 | 0.31 | 0.67 | 120 | 0.18 | 0.28 |
| Hex | 3B | 55 | 3B | 1F | 0 | 1F | 43 | 78 | 12 | 1C |
| Octal | 73 | 125 | 73 | 37 | 0 | 37 | 103 | 170 | 22 | 34 |
| Binary | 111011 | 1010101 | 111011 | 11111 | 0 | 11111 | 1000011 | 1111000 | 10010 | 11100 |
Color Harmonies of #3B553B
Complementary color
Monochromatic Colors of #3B553B
Black with #3B553B
Text Example
Text Example
White with #3B553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B553B; }
p { color: rgb(59,85,59); }
H1.HeaderClassName
{
color: #3B553B;
}
.AnyTagClassName
{
color: #3B553B;
}
</style>
background-color css
<style>
a { background-color: #3B553B; }
a { background-color: rgb(59,85,59); }
div.DivClassName
{
background-color: #3B553B;
}
.BgClassName
{
background-color: #3B553B;
}
</style>
border-color css
<style>
span { border-color: #3B553B; }
span { border-color: rgb(59,85,59); }
td.TdClassName
{
border-color: #3B553B;
}
.TagClassName
{
border-color: #3B553B;
}
</style>