Html Css Color HEX #406A50 Feldgrau

📋 copy color: '#406A50'

red 64 ◦ green 106 ◦ blue 80

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

Shades of Feldgrau #406A50

Tints of Feldgrau #406A50

RGB

 RED value IS 64 (25.39% from 255) = 25.6%

 GREEN value IS 106 (41.8% from 255) = 42.4%

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

R = 25.6%
G = 42.4%
B = 32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#406A50 (or 0x406A50) is known color: Feldgrau. HEX triplet: 40, 6A and 50. RGB value is (64,106,80). Sum of RGB (Red+Green+Blue) = 64+106+80=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #406A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A50 is #BF95AF. Grayscale: #5A5A5A. Windows color (decimal): -12555696 or 5270080. OLE color: 5270080.

HSL color Cylindrical-coordinate representation of color #406A50: hue angle of 142.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A50 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 80 -
CMYK 0.40 0 0.25 0.58
HSL 142.86º 0.25% 0.33% -
HSV(B) 142.86º 0.4% 0.42% -
XYZ 8.72 11.98 9.44 -
YUV 90.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 64 106 80 0.40 0 0.25 0.58 142.86 0.25 0.33
Hex 40 6A 50 28 0 19 3A 8F 19 21
Octal 100 152 120 50 0 31 72 217 31 41
Binary 1000000 1101010 1010000 101000 0 11001 111010 10001111 11001 100001

Color Harmonies of #406A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A50

Black with #406A50

Text Example


Text Example

White with #406A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A50; }

 p { color: rgb(64,106,80); }

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

background-color css

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

 a { background-color: rgb(64,106,80); }

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

border-color css

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

 span { border-color: rgb(64,106,80); }

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