Html Css Color HEX #485946 Grey-Asparagus

📋 copy color: '#485946'

red 72 ◦ green 89 ◦ blue 70

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

Shades of Grey-Asparagus #485946

Tints of Grey-Asparagus #485946

RGB

 RED value IS 72 (28.52% from 255) = 31.17%

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 70 (27.73% from 255) = 30.3%

R = 31.17%
G = 38.53%
B = 30.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#485946 (or 0x485946) is known color: Grey-Asparagus. HEX triplet: 48, 59 and 46. RGB value is (72,89,70). Sum of RGB (Red+Green+Blue) = 72+89+70=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #485946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485946 is #B7A6B9. Grayscale: #515151. Windows color (decimal): -12035770 or 4610376. OLE color: 4610376.

HSL color Cylindrical-coordinate representation of color #485946: hue angle of 113.68º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485946 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 70 -
CMYK 0.19 0 0.21 0.65
HSL 113.68º 0.12% 0.31% -
HSV(B) 113.68º 0.21% 0.35% -
XYZ 7.35 8.96 7.14 -
YUV 81.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 72 89 70 0.19 0 0.21 0.65 113.68 0.12 0.31
Hex 48 59 46 13 0 15 41 72 C 1F
Octal 110 131 106 23 0 25 101 162 14 37
Binary 1001000 1011001 1000110 10011 0 10101 1000001 1110010 1100 11111

Color Harmonies of #485946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485946

Black with #485946

Text Example


Text Example

White with #485946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485946; }

 p { color: rgb(72,89,70); }

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

background-color css

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

 a { background-color: rgb(72,89,70); }

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

border-color css

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

 span { border-color: rgb(72,89,70); }

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