Html Css Color HEX #485944 Grey-Asparagus

📋 copy color: '#485944'

red 72 ◦ green 89 ◦ blue 68

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

Shades of Grey-Asparagus #485944

Tints of Grey-Asparagus #485944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.69%

R = 31.44%
G = 38.86%
B = 29.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#485944 (or 0x485944) is known color: Grey-Asparagus. HEX triplet: 48, 59 and 44. RGB value is (72,89,68). Sum of RGB (Red+Green+Blue) = 72+89+68=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #485944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485944 is #B7A6BB. Grayscale: #515151. Windows color (decimal): -12035772 or 4479304. OLE color: 4479304.

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

Color convert

RGB 72 89 68 -
CMYK 0.19 0 0.24 0.65
HSL 108.57º 0.13% 0.31% -
HSV(B) 108.57º 0.24% 0.35% -
XYZ 7.29 8.94 6.81 -
YUV 81.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 72 89 68 0.19 0 0.24 0.65 108.57 0.13 0.31
Hex 48 59 44 13 0 18 41 6D D 1F
Octal 110 131 104 23 0 30 101 155 15 37
Binary 1001000 1011001 1000100 10011 0 11000 1000001 1101101 1101 11111

Color Harmonies of #485944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485944

Black with #485944

Text Example


Text Example

White with #485944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485944; }

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

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

background-color css

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

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

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

border-color css

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

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

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