Html Css Color HEX #4A5C48 Grey-Asparagus

📋 copy color: '#4A5C48'

red 74 ◦ green 92 ◦ blue 72

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

Shades of Grey-Asparagus #4A5C48

Tints of Grey-Asparagus #4A5C48

RGB

 RED value IS 74 (29.3% from 255) = 31.09%

 GREEN value IS 92 (36.33% from 255) = 38.66%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 31.09%
G = 38.66%
B = 30.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#4A5C48 (or 0x4A5C48) is known color: Grey-Asparagus. HEX triplet: 4A, 5C and 48. RGB value is (74,92,72). Sum of RGB (Red+Green+Blue) = 74+92+72=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #4A5C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5C48 is #B5A3B7. Grayscale: #545454. Windows color (decimal): -11903928 or 4742218. OLE color: 4742218.

HSL color Cylindrical-coordinate representation of color #4A5C48: hue angle of 114º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A5C48 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 92 72 -
CMYK 0.20 0 0.22 0.64
HSL 114º 0.12% 0.32% -
HSV(B) 114º 0.22% 0.36% -
XYZ 7.82 9.58 7.57 -
YUV 84.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 74 92 72 0.20 0 0.22 0.64 114 0.12 0.32
Hex 4A 5C 48 14 0 16 40 72 C 20
Octal 112 134 110 24 0 26 100 162 14 40
Binary 1001010 1011100 1001000 10100 0 10110 1000000 1110010 1100 100000

Color Harmonies of #4A5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5C48

Black with #4A5C48

Text Example


Text Example

White with #4A5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,92,72); }

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

background-color css

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

 a { background-color: rgb(74,92,72); }

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

border-color css

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

 span { border-color: rgb(74,92,72); }

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