Html Css Color HEX #495648 Grey-Asparagus

📋 copy color: '#495648'

red 73 ◦ green 86 ◦ blue 72

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

Shades of Grey-Asparagus #495648

Tints of Grey-Asparagus #495648

RGB

 RED value IS 73 (28.91% from 255) = 31.6%

 GREEN value IS 86 (33.98% from 255) = 37.23%

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

R = 31.6%
G = 37.23%
B = 31.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#495648 (or 0x495648) is known color: Grey-Asparagus. HEX triplet: 49, 56 and 48. RGB value is (73,86,72). Sum of RGB (Red+Green+Blue) = 73+86+72=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #495648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495648 is #B6A9B7. Grayscale: #505050. Windows color (decimal): -11971000 or 4740681. OLE color: 4740681.

HSL color Cylindrical-coordinate representation of color #495648: hue angle of 115.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #495648 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 72 -
CMYK 0.15 0 0.16 0.66
HSL 115.71º 0.09% 0.31% -
HSV(B) 115.71º 0.16% 0.34% -
XYZ 7.25 8.54 7.4 -
YUV 80.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 73 86 72 0.15 0 0.16 0.66 115.71 0.09 0.31
Hex 49 56 48 F 0 10 42 74 9 1F
Octal 111 126 110 17 0 20 102 164 11 37
Binary 1001001 1010110 1001000 1111 0 10000 1000010 1110100 1001 11111

Color Harmonies of #495648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495648

Black with #495648

Text Example


Text Example

White with #495648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495648; }

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

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

background-color css

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

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

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

border-color css

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

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

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