Shades of Grey-Asparagus #485148
Tints of Grey-Asparagus #485148
RGB
CMYK
RGB Variations
Color information
#485148 (or 0x485148) is known color: Grey-Asparagus. HEX triplet: 48, 51 and 48. RGB value is (72,81,72). Sum of RGB (Red+Green+Blue) = 72+81+72=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #485148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485148 is #B7AEB7. Grayscale: #4D4D4D. Windows color (decimal): -12037816 or 4739400. OLE color: 4739400.
HSL color Cylindrical-coordinate representation of color #485148: hue angle of 120º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485148 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
RGB | 72 | 81 | 72 | - |
CMYK | 0.11 | 0 | 0.11 | 0.68 |
HSL | 120º | 0.06% | 0.3% | - |
HSV(B) | 120º | 0.11% | 0.32% | - |
XYZ | 6.78 | 7.73 | 7.27 | - |
YUV | 77.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 81 | 72 | 0.11 | 0 | 0.11 | 0.68 | 120 | 0.06 | 0.3 |
Hex | 48 | 51 | 48 | B | 0 | B | 44 | 78 | 6 | 1E |
Octal | 110 | 121 | 110 | 13 | 0 | 13 | 104 | 170 | 6 | 36 |
Binary | 1001000 | 1010001 | 1001000 | 1011 | 0 | 1011 | 1000100 | 1111000 | 110 | 11110 |
Color Harmonies of #485148
Complementary color
Monochromatic Colors of #485148
Black with #485148
Text Example
Text Example
White with #485148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485148; }
p { color: rgb(72,81,72); }
H1.HeaderClassName
{
color: #485148;
}
.AnyTagClassName
{
color: #485148;
}
</style>
background-color css
<style>
a { background-color: #485148; }
a { background-color: rgb(72,81,72); }
div.DivClassName
{
background-color: #485148;
}
.BgClassName
{
background-color: #485148;
}
</style>
border-color css
<style>
span { border-color: #485148; }
span { border-color: rgb(72,81,72); }
td.TdClassName
{
border-color: #485148;
}
.TagClassName
{
border-color: #485148;
}
</style>