Html Css Color HEX #4C5A4A Grey-Asparagus

📋 copy color: '#4C5A4A'

red 76 ◦ green 90 ◦ blue 74

#4C5A4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #4C5A4A

Tints of Grey-Asparagus #4C5A4A

RGB

 RED value IS 76 (30.08% from 255) = 31.67%

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 31.67%
G = 37.5%
B = 30.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#4C5A4A (or 0x4C5A4A) is known color: Grey-Asparagus. HEX triplet: 4C, 5A and 4A. RGB value is (76,90,74). Sum of RGB (Red+Green+Blue) = 76+90+74=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A4A is #B3A5B5. Grayscale: #545454. Windows color (decimal): -11773366 or 4872780. OLE color: 4872780.

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

Color convert

RGB 76 90 74 -
CMYK 0.16 0 0.18 0.65
HSL 112.5º 0.1% 0.32% -
HSV(B) 112.5º 0.18% 0.35% -
XYZ 7.87 9.34 7.87 -
YUV 83.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 76 90 74 0.16 0 0.18 0.65 112.5 0.1 0.32
Hex 4C 5A 4A 10 0 12 41 70 A 20
Octal 114 132 112 20 0 22 101 160 12 40
Binary 1001100 1011010 1001010 10000 0 10010 1000001 1110000 1010 100000

Color Harmonies of #4C5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A4A

Black with #4C5A4A

Text Example


Text Example

White with #4C5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,74); }

 H1.HeaderClassName
 {
   color: #4C5A4A;
 }
 .AnyTagClassName
 {
   color: #4C5A4A;
 }
</style>

background-color css

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

 a { background-color: rgb(76,90,74); }

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

border-color css

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

 span { border-color: rgb(76,90,74); }

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