Html Css Color HEX #406750 Feldgrau

📋 copy color: '#406750'

red 64 ◦ green 103 ◦ blue 80

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

Shades of Feldgrau #406750

Tints of Feldgrau #406750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.7%

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

R = 25.91%
G = 41.7%
B = 32.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#406750 (or 0x406750) is known color: Feldgrau. HEX triplet: 40, 67 and 50. RGB value is (64,103,80). Sum of RGB (Red+Green+Blue) = 64+103+80=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #406750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406750 is #BF98AF. Grayscale: #585858. Windows color (decimal): -12556464 or 5269312. OLE color: 5269312.

HSL color Cylindrical-coordinate representation of color #406750: hue angle of 144.62º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406750 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 80 -
CMYK 0.38 0 0.22 0.60
HSL 144.62º 0.23% 0.33% -
HSV(B) 144.62º 0.38% 0.4% -
XYZ 8.41 11.37 9.34 -
YUV 88.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 64 103 80 0.38 0 0.22 0.60 144.62 0.23 0.33
Hex 40 67 50 26 0 16 3C 91 17 21
Octal 100 147 120 46 0 26 74 221 27 41
Binary 1000000 1100111 1010000 100110 0 10110 111100 10010001 10111 100001

Color Harmonies of #406750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406750

Black with #406750

Text Example


Text Example

White with #406750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406750; }

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

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

background-color css

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

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

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

border-color css

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

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

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