Html Css Color HEX #485947 Grey-Asparagus

📋 copy color: '#485947'

red 72 ◦ green 89 ◦ blue 71

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

Shades of Grey-Asparagus #485947

Tints of Grey-Asparagus #485947

RGB

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

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

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

R = 31.03%
G = 38.36%
B = 30.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#485947 (or 0x485947) is known color: Grey-Asparagus. HEX triplet: 48, 59 and 47. RGB value is (72,89,71). Sum of RGB (Red+Green+Blue) = 72+89+71=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #485947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485947 is #B7A6B8. Grayscale: #515151. Windows color (decimal): -12035769 or 4675912. OLE color: 4675912.

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

Color convert

RGB 72 89 71 -
CMYK 0.19 0 0.20 0.65
HSL 116.67º 0.11% 0.31% -
HSV(B) 116.67º 0.2% 0.35% -
XYZ 7.38 8.98 7.3 -
YUV 81.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 72 89 71 0.19 0 0.20 0.65 116.67 0.11 0.31
Hex 48 59 47 13 0 14 41 75 B 1F
Octal 110 131 107 23 0 24 101 165 13 37
Binary 1001000 1011001 1000111 10011 0 10100 1000001 1110101 1011 11111

Color Harmonies of #485947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485947

Black with #485947

Text Example


Text Example

White with #485947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485947; }

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

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

background-color css

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

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

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

border-color css

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

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

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