Html Css Color HEX #485547 Grey-Asparagus

📋 copy color: '#485547'

red 72 ◦ green 85 ◦ blue 71

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

Shades of Grey-Asparagus #485547

Tints of Grey-Asparagus #485547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 31.58%
G = 37.28%
B = 31.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#485547 (or 0x485547) is known color: Grey-Asparagus. HEX triplet: 48, 55 and 47. RGB value is (72,85,71). Sum of RGB (Red+Green+Blue) = 72+85+71=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #485547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485547 is #B7AAB8. Grayscale: #4F4F4F. Windows color (decimal): -12036793 or 4674888. OLE color: 4674888.

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

Color convert

RGB 72 85 71 -
CMYK 0.15 0 0.16 0.67
HSL 115.71º 0.09% 0.31% -
HSV(B) 115.71º 0.16% 0.33% -
XYZ 7.06 8.33 7.2 -
YUV 79.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 72 85 71 0.15 0 0.16 0.67 115.71 0.09 0.31
Hex 48 55 47 F 0 10 43 74 9 1F
Octal 110 125 107 17 0 20 103 164 11 37
Binary 1001000 1010101 1000111 1111 0 10000 1000011 1110100 1001 11111

Color Harmonies of #485547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485547

Black with #485547

Text Example


Text Example

White with #485547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485547; }

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

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

background-color css

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

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

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

border-color css

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

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

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