Html Css Color HEX #485445 Grey-Asparagus

📋 copy color: '#485445'

red 72 ◦ green 84 ◦ blue 69

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

Shades of Grey-Asparagus #485445

Tints of Grey-Asparagus #485445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

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

R = 32%
G = 37.33%
B = 30.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#485445 (or 0x485445) is known color: Grey-Asparagus. HEX triplet: 48, 54 and 45. RGB value is (72,84,69). Sum of RGB (Red+Green+Blue) = 72+84+69=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #485445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485445 is #B7ABBA. Grayscale: #4E4E4E. Windows color (decimal): -12037051 or 4543560. OLE color: 4543560.

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

Color convert

RGB 72 84 69 -
CMYK 0.14 0 0.18 0.67
HSL 108º 0.1% 0.3% -
HSV(B) 108º 0.18% 0.33% -
XYZ 6.92 8.15 6.84 -
YUV 78.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 72 84 69 0.14 0 0.18 0.67 108 0.1 0.3
Hex 48 54 45 E 0 12 43 6C A 1E
Octal 110 124 105 16 0 22 103 154 12 36
Binary 1001000 1010100 1000101 1110 0 10010 1000011 1101100 1010 11110

Color Harmonies of #485445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485445

Black with #485445

Text Example


Text Example

White with #485445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485445; }

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

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

background-color css

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

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

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

border-color css

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

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

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