Html Css Color HEX #475F50 Feldgrau

📋 copy color: '#475F50'

red 71 ◦ green 95 ◦ blue 80

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

Shades of Feldgrau #475F50

Tints of Feldgrau #475F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 28.86%
G = 38.62%
B = 32.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#475F50 (or 0x475F50) is known color: Feldgrau. HEX triplet: 47, 5F and 50. RGB value is (71,95,80). Sum of RGB (Red+Green+Blue) = 71+95+80=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #475F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F50 is #B8A0AF. Grayscale: #565656. Windows color (decimal): -12099760 or 5267271. OLE color: 5267271.

HSL color Cylindrical-coordinate representation of color #475F50: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475F50 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 95 80 -
CMYK 0.25 0 0.16 0.63
HSL 142.5º 0.14% 0.33% -
HSV(B) 142.5º 0.25% 0.37% -
XYZ 8.14 10.1 9.11 -
YUV 86.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 71 95 80 0.25 0 0.16 0.63 142.5 0.14 0.33
Hex 47 5F 50 19 0 10 3F 8E E 21
Octal 107 137 120 31 0 20 77 216 16 41
Binary 1000111 1011111 1010000 11001 0 10000 111111 10001110 1110 100001

Color Harmonies of #475F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F50

Black with #475F50

Text Example


Text Example

White with #475F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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