Html Css Color HEX #40644A Feldgrau

📋 copy color: '#40644A'

red 64 ◦ green 100 ◦ blue 74

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

Shades of Feldgrau #40644A

Tints of Feldgrau #40644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

 BLUE value IS 74 (29.3% from 255) = 31.09%

R = 26.89%
G = 42.02%
B = 31.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#40644A (or 0x40644A) is known color: Feldgrau. HEX triplet: 40, 64 and 4A. RGB value is (64,100,74). Sum of RGB (Red+Green+Blue) = 64+100+74=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #40644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40644A is #BF9BB5. Grayscale: #565656. Windows color (decimal): -12557238 or 4875328. OLE color: 4875328.

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

Color convert

RGB 64 100 74 -
CMYK 0.36 0 0.26 0.61
HSL 136.67º 0.22% 0.32% -
HSV(B) 136.67º 0.36% 0.39% -
XYZ 7.91 10.7 8.13 -
YUV 86.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 64 100 74 0.36 0 0.26 0.61 136.67 0.22 0.32
Hex 40 64 4A 24 0 1A 3D 89 16 20
Octal 100 144 112 44 0 32 75 211 26 40
Binary 1000000 1100100 1001010 100100 0 11010 111101 10001001 10110 100000

Color Harmonies of #40644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40644A

Black with #40644A

Text Example


Text Example

White with #40644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40644A; }

 p { color: rgb(64,100,74); }

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

background-color css

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

 a { background-color: rgb(64,100,74); }

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

border-color css

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

 span { border-color: rgb(64,100,74); }

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