#4C584B

Color #4C584B Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #4C584B

Tints of Grey-Asparagus #4C584B

Color information

#4C584B (or 0x4C584B) is unknown color: approx Grey-Asparagus. HEX triplet: 4C, 58 and 4B. RGB value is (76,88,75). Sum of RGB (Red+Green+Blue) = 76+88+75=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #4C584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C584B is #B3A7B4. Grayscale: #525252. Windows color (decimal): -11773877 or 4937804. OLE color: 4937804.

HSL color Cylindrical-coordinate representation of color #4C584B: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C584B is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB768875-
CMYK0.1400.150.65
HSL115.38º7.98%31.96%-
HSV(B)115.38º14.77%34.51%-
XYZ7.749.027.99-
YUV82.93123.52123.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=31.80%
G=36.82%
B=31.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7688750.1400.150.65115.387.9831.96
Hex4C584BE0F4173820
Octal114130113160171011631040
Binary100110010110001001011111001111100000111100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C584B; }

 p { color: rgb(76,88,75); }

 H1.HeaderClassName
 {
   color: #4C584B;
 }
 .AnyTagClassName
 {
   color: #4C584B;
 }
</style>
background-color css

<style>
 a { background-color: #4C584B; }

 a { background-color: rgb(76,88,75); }

 div.DivClassName
 {
   background-color: #4C584B;
 }
 .BgClassName
 {
   background-color: #4C584B;
 }
</style>
border-color css

<style>
 span { border-color: #4C584B; }

 span { border-color: rgb(76,88,75); }

 td.TdClassName
 {
   border-color: #4C584B;
 }
 .TagClassName
 {
   border-color: #4C584B;
 }
</style>