Html Css Color HEX #406149 Feldgrau

📋 copy color: '#406149'

red 64 ◦ green 97 ◦ blue 73

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

Shades of Feldgrau #406149

Tints of Feldgrau #406149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 27.35%
G = 41.45%
B = 31.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#406149 (or 0x406149) is known color: Feldgrau. HEX triplet: 40, 61 and 49. RGB value is (64,97,73). Sum of RGB (Red+Green+Blue) = 64+97+73=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #406149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406149 is #BF9EB6. Grayscale: #545454. Windows color (decimal): -12558007 or 4809024. OLE color: 4809024.

HSL color Cylindrical-coordinate representation of color #406149: hue angle of 136.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #406149 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 73 -
CMYK 0.34 0 0.25 0.62
HSL 136.36º 0.2% 0.32% -
HSV(B) 136.36º 0.34% 0.38% -
XYZ 7.59 10.12 7.86 -
YUV 84.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 64 97 73 0.34 0 0.25 0.62 136.36 0.2 0.32
Hex 40 61 49 22 0 19 3E 88 14 20
Octal 100 141 111 42 0 31 76 210 24 40
Binary 1000000 1100001 1001001 100010 0 11001 111110 10001000 10100 100000

Color Harmonies of #406149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406149

Black with #406149

Text Example


Text Example

White with #406149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406149; }

 p { color: rgb(64,97,73); }

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

background-color css

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

 a { background-color: rgb(64,97,73); }

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

border-color css

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

 span { border-color: rgb(64,97,73); }

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