Html Css Color HEX #495950 Feldgrau

📋 copy color: '#495950'

red 73 ◦ green 89 ◦ blue 80

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

Shades of Feldgrau #495950

Tints of Feldgrau #495950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 30.17%
G = 36.78%
B = 33.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#495950 (or 0x495950) is known color: Feldgrau. HEX triplet: 49, 59 and 50. RGB value is (73,89,80). Sum of RGB (Red+Green+Blue) = 73+89+80=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #495950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495950 is #B6A6AF. Grayscale: #535353. Windows color (decimal): -11970224 or 5265737. OLE color: 5265737.

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

Color convert

RGB 73 89 80 -
CMYK 0.18 0 0.10 0.65
HSL 146.25º 0.1% 0.32% -
HSV(B) 146.25º 0.18% 0.35% -
XYZ 7.77 9.14 8.94 -
YUV 83.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 73 89 80 0.18 0 0.10 0.65 146.25 0.1 0.32
Hex 49 59 50 12 0 A 41 92 A 20
Octal 111 131 120 22 0 12 101 222 12 40
Binary 1001001 1011001 1010000 10010 0 1010 1000001 10010010 1010 100000

Color Harmonies of #495950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495950

Black with #495950

Text Example


Text Example

White with #495950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495950; }

 p { color: rgb(73,89,80); }

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

background-color css

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

 a { background-color: rgb(73,89,80); }

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

border-color css

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

 span { border-color: rgb(73,89,80); }

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