Html Css Color HEX #406850 Feldgrau

📋 copy color: '#406850'

red 64 ◦ green 104 ◦ blue 80

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

Shades of Feldgrau #406850

Tints of Feldgrau #406850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.94%

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

R = 25.81%
G = 41.94%
B = 32.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#406850 (or 0x406850) is known color: Feldgrau. HEX triplet: 40, 68 and 50. RGB value is (64,104,80). Sum of RGB (Red+Green+Blue) = 64+104+80=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #406850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406850 is #BF97AF. Grayscale: #595959. Windows color (decimal): -12556208 or 5269568. OLE color: 5269568.

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

Color convert

RGB 64 104 80 -
CMYK 0.38 0 0.23 0.59
HSL 144º 0.24% 0.33% -
HSV(B) 144º 0.38% 0.41% -
XYZ 8.51 11.57 9.37 -
YUV 89.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 64 104 80 0.38 0 0.23 0.59 144 0.24 0.33
Hex 40 68 50 26 0 17 3B 90 18 21
Octal 100 150 120 46 0 27 73 220 30 41
Binary 1000000 1101000 1010000 100110 0 10111 111011 10010000 11000 100001

Color Harmonies of #406850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406850

Black with #406850

Text Example


Text Example

White with #406850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406850; }

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

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

background-color css

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

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

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

border-color css

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

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

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