Html Css Color HEX #495848 Grey-Asparagus

📋 copy color: '#495848'

red 73 ◦ green 88 ◦ blue 72

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

Shades of Grey-Asparagus #495848

Tints of Grey-Asparagus #495848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

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

R = 31.33%
G = 37.77%
B = 30.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#495848 (or 0x495848) is known color: Grey-Asparagus. HEX triplet: 49, 58 and 48. RGB value is (73,88,72). Sum of RGB (Red+Green+Blue) = 73+88+72=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #495848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495848 is #B6A7B7. Grayscale: #515151. Windows color (decimal): -11970488 or 4741193. OLE color: 4741193.

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

Color convert

RGB 73 88 72 -
CMYK 0.17 0 0.18 0.65
HSL 116.25º 0.1% 0.31% -
HSV(B) 116.25º 0.18% 0.35% -
XYZ 7.41 8.86 7.45 -
YUV 81.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 73 88 72 0.17 0 0.18 0.65 116.25 0.1 0.31
Hex 49 58 48 11 0 12 41 74 A 1F
Octal 111 130 110 21 0 22 101 164 12 37
Binary 1001001 1011000 1001000 10001 0 10010 1000001 1110100 1010 11111

Color Harmonies of #495848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495848

Black with #495848

Text Example


Text Example

White with #495848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495848; }

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

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

background-color css

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

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

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

border-color css

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

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

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