Html Css Color HEX #406950 Feldgrau

📋 copy color: '#406950'

red 64 ◦ green 105 ◦ blue 80

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

Shades of Feldgrau #406950

Tints of Feldgrau #406950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.17%

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

R = 25.7%
G = 42.17%
B = 32.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#406950 (or 0x406950) is known color: Feldgrau. HEX triplet: 40, 69 and 50. RGB value is (64,105,80). Sum of RGB (Red+Green+Blue) = 64+105+80=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #406950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406950 is #BF96AF. Grayscale: #595959. Windows color (decimal): -12555952 or 5269824. OLE color: 5269824.

HSL color Cylindrical-coordinate representation of color #406950: hue angle of 143.41º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406950 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 80 -
CMYK 0.39 0 0.24 0.59
HSL 143.41º 0.24% 0.33% -
HSV(B) 143.41º 0.39% 0.41% -
XYZ 8.61 11.77 9.41 -
YUV 89.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 64 105 80 0.39 0 0.24 0.59 143.41 0.24 0.33
Hex 40 69 50 27 0 18 3B 8F 18 21
Octal 100 151 120 47 0 30 73 217 30 41
Binary 1000000 1101001 1010000 100111 0 11000 111011 10001111 11000 100001

Color Harmonies of #406950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406950

Black with #406950

Text Example


Text Example

White with #406950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406950; }

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

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

background-color css

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

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

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

border-color css

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

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

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