Html Css Color HEX #485945 Grey-Asparagus

📋 copy color: '#485945'

red 72 ◦ green 89 ◦ blue 69

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

Shades of Grey-Asparagus #485945

Tints of Grey-Asparagus #485945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30%

R = 31.3%
G = 38.7%
B = 30%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#485945 (or 0x485945) is known color: Grey-Asparagus. HEX triplet: 48, 59 and 45. RGB value is (72,89,69). Sum of RGB (Red+Green+Blue) = 72+89+69=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #485945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485945 is #B7A6BA. Grayscale: #515151. Windows color (decimal): -12035771 or 4544840. OLE color: 4544840.

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

Color convert

RGB 72 89 69 -
CMYK 0.19 0 0.22 0.65
HSL 111º 0.13% 0.31% -
HSV(B) 111º 0.22% 0.35% -
XYZ 7.32 8.95 6.97 -
YUV 81.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 72 89 69 0.19 0 0.22 0.65 111 0.13 0.31
Hex 48 59 45 13 0 16 41 6F D 1F
Octal 110 131 105 23 0 26 101 157 15 37
Binary 1001000 1011001 1000101 10011 0 10110 1000001 1101111 1101 11111

Color Harmonies of #485945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485945

Black with #485945

Text Example


Text Example

White with #485945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485945; }

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

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

background-color css

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

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

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

border-color css

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

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

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