Html Css Color HEX #40634D Feldgrau

📋 copy color: '#40634D'

red 64 ◦ green 99 ◦ blue 77

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

Shades of Feldgrau #40634D

Tints of Feldgrau #40634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 26.67%
G = 41.25%
B = 32.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#40634D (or 0x40634D) is known color: Feldgrau. HEX triplet: 40, 63 and 4D. RGB value is (64,99,77). Sum of RGB (Red+Green+Blue) = 64+99+77=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #40634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40634D is #BF9CB2. Grayscale: #565656. Windows color (decimal): -12557491 or 5071680. OLE color: 5071680.

HSL color Cylindrical-coordinate representation of color #40634D: hue angle of 142.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40634D is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 77 -
CMYK 0.35 0 0.22 0.61
HSL 142.29º 0.21% 0.32% -
HSV(B) 142.29º 0.35% 0.39% -
XYZ 7.92 10.55 8.64 -
YUV 86.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 64 99 77 0.35 0 0.22 0.61 142.29 0.21 0.32
Hex 40 63 4D 23 0 16 3D 8E 15 20
Octal 100 143 115 43 0 26 75 216 25 40
Binary 1000000 1100011 1001101 100011 0 10110 111101 10001110 10101 100000

Color Harmonies of #40634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40634D

Black with #40634D

Text Example


Text Example

White with #40634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40634D; }

 p { color: rgb(64,99,77); }

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

background-color css

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

 a { background-color: rgb(64,99,77); }

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

border-color css

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

 span { border-color: rgb(64,99,77); }

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