Html Css Color HEX #485349 Grey-Asparagus

📋 copy color: '#485349'

red 72 ◦ green 83 ◦ blue 73

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

Shades of Grey-Asparagus #485349

Tints of Grey-Asparagus #485349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 31.58%
G = 36.4%
B = 32.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#485349 (or 0x485349) is known color: Grey-Asparagus. HEX triplet: 48, 53 and 49. RGB value is (72,83,73). Sum of RGB (Red+Green+Blue) = 72+83+73=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #485349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485349 is #B7ACB6. Grayscale: #4E4E4E. Windows color (decimal): -12037303 or 4805448. OLE color: 4805448.

HSL color Cylindrical-coordinate representation of color #485349: hue angle of 125.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485349 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 73 -
CMYK 0.13 0 0.12 0.67
HSL 125.45º 0.07% 0.3% -
HSV(B) 125.45º 0.13% 0.33% -
XYZ 6.97 8.05 7.49 -
YUV 78.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 72 83 73 0.13 0 0.12 0.67 125.45 0.07 0.3
Hex 48 53 49 D 0 C 43 7D 7 1E
Octal 110 123 111 15 0 14 103 175 7 36
Binary 1001000 1010011 1001001 1101 0 1100 1000011 1111101 111 11110

Color Harmonies of #485349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485349

Black with #485349

Text Example


Text Example

White with #485349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485349; }

 p { color: rgb(72,83,73); }

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

background-color css

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

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

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

border-color css

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

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

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