Shades of Grey-Asparagus #3E533C
Tints of Grey-Asparagus #3E533C
RGB
CMYK
RGB Variations
Color information
#3E533C (or 0x3E533C) is known color: Grey-Asparagus. HEX triplet: 3E, 53 and 3C. RGB value is (62,83,60). Sum of RGB (Red+Green+Blue) = 62+83+60=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #3E533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E533C is #C1ACC3. Grayscale: #4A4A4A. Windows color (decimal): -12692676 or 3953470. OLE color: 3953470.
HSL color Cylindrical-coordinate representation of color #3E533C: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E533C is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 60 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.67 |
| HSL | 114.78º | 0.16% | 0.28% | - |
| HSV(B) | 114.78º | 0.28% | 0.33% | - |
| XYZ | 5.9 | 7.54 | 5.42 | - |
| YUV | 74.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 60 | 0.25 | 0 | 0.28 | 0.67 | 114.78 | 0.16 | 0.28 |
| Hex | 3E | 53 | 3C | 19 | 0 | 1C | 43 | 73 | 10 | 1C |
| Octal | 76 | 123 | 74 | 31 | 0 | 34 | 103 | 163 | 20 | 34 |
| Binary | 111110 | 1010011 | 111100 | 11001 | 0 | 11100 | 1000011 | 1110011 | 10000 | 11100 |
Color Harmonies of #3E533C
Complementary color
Monochromatic Colors of #3E533C
Black with #3E533C
Text Example
Text Example
White with #3E533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E533C; }
p { color: rgb(62,83,60); }
H1.HeaderClassName
{
color: #3E533C;
}
.AnyTagClassName
{
color: #3E533C;
}
</style>
background-color css
<style>
a { background-color: #3E533C; }
a { background-color: rgb(62,83,60); }
div.DivClassName
{
background-color: #3E533C;
}
.BgClassName
{
background-color: #3E533C;
}
</style>
border-color css
<style>
span { border-color: #3E533C; }
span { border-color: rgb(62,83,60); }
td.TdClassName
{
border-color: #3E533C;
}
.TagClassName
{
border-color: #3E533C;
}
</style>