Html Css Color HEX #40644B Feldgrau

📋 copy color: '#40644B'

red 64 ◦ green 100 ◦ blue 75

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

Shades of Feldgrau #40644B

Tints of Feldgrau #40644B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.38%

R = 26.78%
G = 41.84%
B = 31.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#40644B (or 0x40644B) is known color: Feldgrau. HEX triplet: 40, 64 and 4B. RGB value is (64,100,75). Sum of RGB (Red+Green+Blue) = 64+100+75=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #40644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40644B is #BF9BB4. Grayscale: #565656. Windows color (decimal): -12557237 or 4940864. OLE color: 4940864.

HSL color Cylindrical-coordinate representation of color #40644B: hue angle of 138.33º 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 #40644B is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 75 -
CMYK 0.36 0 0.25 0.61
HSL 138.33º 0.22% 0.32% -
HSV(B) 138.33º 0.36% 0.39% -
XYZ 7.94 10.71 8.31 -
YUV 86.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 64 100 75 0.36 0 0.25 0.61 138.33 0.22 0.32
Hex 40 64 4B 24 0 19 3D 8A 16 20
Octal 100 144 113 44 0 31 75 212 26 40
Binary 1000000 1100100 1001011 100100 0 11001 111101 10001010 10110 100000

Color Harmonies of #40644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40644B

Black with #40644B

Text Example


Text Example

White with #40644B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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