Html Css Color HEX #485548 Grey-Asparagus

📋 copy color: '#485548'

red 72 ◦ green 85 ◦ blue 72

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

Shades of Grey-Asparagus #485548

Tints of Grey-Asparagus #485548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

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

R = 31.44%
G = 37.12%
B = 31.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#485548 (or 0x485548) is known color: Grey-Asparagus. HEX triplet: 48, 55 and 48. RGB value is (72,85,72). Sum of RGB (Red+Green+Blue) = 72+85+72=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #485548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485548 is #B7AAB7. Grayscale: #4F4F4F. Windows color (decimal): -12036792 or 4740424. OLE color: 4740424.

HSL color Cylindrical-coordinate representation of color #485548: hue angle of 120º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485548 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 72 -
CMYK 0.15 0 0.15 0.67
HSL 120º 0.08% 0.31% -
HSV(B) 120º 0.15% 0.33% -
XYZ 7.09 8.34 7.37 -
YUV 79.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 72 85 72 0.15 0 0.15 0.67 120 0.08 0.31
Hex 48 55 48 F 0 F 43 78 8 1F
Octal 110 125 110 17 0 17 103 170 10 37
Binary 1001000 1010101 1001000 1111 0 1111 1000011 1111000 1000 11111

Color Harmonies of #485548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485548

Black with #485548

Text Example


Text Example

White with #485548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485548; }

 p { color: rgb(72,85,72); }

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

background-color css

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

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

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

border-color css

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

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

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