Shades of Grey-Asparagus #3F533D
Tints of Grey-Asparagus #3F533D
RGB
CMYK
RGB Variations
Color information
#3F533D (or 0x3F533D) is known color: Grey-Asparagus. HEX triplet: 3F, 53 and 3D. RGB value is (63,83,61). Sum of RGB (Red+Green+Blue) = 63+83+61=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3F533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F533D is #C0ACC2. Grayscale: #4A4A4A. Windows color (decimal): -12627139 or 4019007. OLE color: 4019007.
HSL color Cylindrical-coordinate representation of color #3F533D: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F533D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 61 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.67 |
| HSL | 114.55º | 0.15% | 0.28% | - |
| HSV(B) | 114.55º | 0.27% | 0.33% | - |
| XYZ | 5.99 | 7.58 | 5.56 | - |
| YUV | 74.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 61 | 0.24 | 0 | 0.27 | 0.67 | 114.55 | 0.15 | 0.28 |
| Hex | 3F | 53 | 3D | 18 | 0 | 1B | 43 | 73 | F | 1C |
| Octal | 77 | 123 | 75 | 30 | 0 | 33 | 103 | 163 | 17 | 34 |
| Binary | 111111 | 1010011 | 111101 | 11000 | 0 | 11011 | 1000011 | 1110011 | 1111 | 11100 |
Color Harmonies of #3F533D
Complementary color
Monochromatic Colors of #3F533D
Black with #3F533D
Text Example
Text Example
White with #3F533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F533D; }
p { color: rgb(63,83,61); }
H1.HeaderClassName
{
color: #3F533D;
}
.AnyTagClassName
{
color: #3F533D;
}
</style>
background-color css
<style>
a { background-color: #3F533D; }
a { background-color: rgb(63,83,61); }
div.DivClassName
{
background-color: #3F533D;
}
.BgClassName
{
background-color: #3F533D;
}
</style>
border-color css
<style>
span { border-color: #3F533D; }
span { border-color: rgb(63,83,61); }
td.TdClassName
{
border-color: #3F533D;
}
.TagClassName
{
border-color: #3F533D;
}
</style>