Html Css Color HEX #485948 Grey-Asparagus

📋 copy color: '#485948'

red 72 ◦ green 89 ◦ blue 72

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

Shades of Grey-Asparagus #485948

Tints of Grey-Asparagus #485948

RGB

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

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

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

R = 30.9%
G = 38.2%
B = 30.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#485948 (or 0x485948) is known color: Grey-Asparagus. HEX triplet: 48, 59 and 48. RGB value is (72,89,72). Sum of RGB (Red+Green+Blue) = 72+89+72=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #485948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485948 is #B7A6B7. Grayscale: #525252. Windows color (decimal): -12035768 or 4741448. OLE color: 4741448.

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

Color convert

RGB 72 89 72 -
CMYK 0.19 0 0.19 0.65
HSL 120º 0.11% 0.32% -
HSV(B) 120º 0.19% 0.35% -
XYZ 7.41 8.99 7.48 -
YUV 81.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 72 89 72 0.19 0 0.19 0.65 120 0.11 0.32
Hex 48 59 48 13 0 13 41 78 B 20
Octal 110 131 110 23 0 23 101 170 13 40
Binary 1001000 1011001 1001000 10011 0 10011 1000001 1111000 1011 100000

Color Harmonies of #485948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485948

Black with #485948

Text Example


Text Example

White with #485948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485948; }

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

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

background-color css

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

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

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

border-color css

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

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

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