Html Css Color HEX #475D50 Feldgrau

📋 copy color: '#475D50'

red 71 ◦ green 93 ◦ blue 80

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

Shades of Feldgrau #475D50

Tints of Feldgrau #475D50

RGB

 RED value IS 71 (28.13% from 255) = 29.1%

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 29.1%
G = 38.11%
B = 32.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#475D50 (or 0x475D50) is known color: Feldgrau. HEX triplet: 47, 5D and 50. RGB value is (71,93,80). Sum of RGB (Red+Green+Blue) = 71+93+80=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #475D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D50 is #B8A2AF. Grayscale: #545454. Windows color (decimal): -12100272 or 5266759. OLE color: 5266759.

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

Color convert

RGB 71 93 80 -
CMYK 0.24 0 0.14 0.64
HSL 144.55º 0.13% 0.32% -
HSV(B) 144.55º 0.24% 0.36% -
XYZ 7.96 9.75 9.05 -
YUV 84.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 71 93 80 0.24 0 0.14 0.64 144.55 0.13 0.32
Hex 47 5D 50 18 0 E 40 91 D 20
Octal 107 135 120 30 0 16 100 221 15 40
Binary 1000111 1011101 1010000 11000 0 1110 1000000 10010001 1101 100000

Color Harmonies of #475D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D50

Black with #475D50

Text Example


Text Example

White with #475D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D50; }

 p { color: rgb(71,93,80); }

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

background-color css

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

 a { background-color: rgb(71,93,80); }

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

border-color css

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

 span { border-color: rgb(71,93,80); }

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