Html Css Color HEX #495C50 Feldgrau

📋 copy color: '#495C50'

red 73 ◦ green 92 ◦ blue 80

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

Shades of Feldgrau #495C50

Tints of Feldgrau #495C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 29.8%
G = 37.55%
B = 32.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#495C50 (or 0x495C50) is known color: Feldgrau. HEX triplet: 49, 5C and 50. RGB value is (73,92,80). Sum of RGB (Red+Green+Blue) = 73+92+80=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #495C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C50 is #B6A3AF. Grayscale: #545454. Windows color (decimal): -11969456 or 5266505. OLE color: 5266505.

HSL color Cylindrical-coordinate representation of color #495C50: hue angle of 142.11º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C50 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 80 -
CMYK 0.21 0 0.13 0.64
HSL 142.11º 0.12% 0.32% -
HSV(B) 142.11º 0.21% 0.36% -
XYZ 8.02 9.65 9.03 -
YUV 84.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 73 92 80 0.21 0 0.13 0.64 142.11 0.12 0.32
Hex 49 5C 50 15 0 D 40 8E C 20
Octal 111 134 120 25 0 15 100 216 14 40
Binary 1001001 1011100 1010000 10101 0 1101 1000000 10001110 1100 100000

Color Harmonies of #495C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C50

Black with #495C50

Text Example


Text Example

White with #495C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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