Html Css Color HEX #40674C Feldgrau

📋 copy color: '#40674C'

red 64 ◦ green 103 ◦ blue 76

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

Shades of Feldgrau #40674C

Tints of Feldgrau #40674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 26.34%
G = 42.39%
B = 31.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#40674C (or 0x40674C) is known color: Feldgrau. HEX triplet: 40, 67 and 4C. RGB value is (64,103,76). Sum of RGB (Red+Green+Blue) = 64+103+76=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #40674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40674C is #BF98B3. Grayscale: #585858. Windows color (decimal): -12556468 or 5007168. OLE color: 5007168.

HSL color Cylindrical-coordinate representation of color #40674C: hue angle of 138.46º 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 #40674C is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 76 -
CMYK 0.38 0 0.26 0.60
HSL 138.46º 0.23% 0.33% -
HSV(B) 138.46º 0.38% 0.4% -
XYZ 8.27 11.31 8.59 -
YUV 88.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 64 103 76 0.38 0 0.26 0.60 138.46 0.23 0.33
Hex 40 67 4C 26 0 1A 3C 8A 17 21
Octal 100 147 114 46 0 32 74 212 27 41
Binary 1000000 1100111 1001100 100110 0 11010 111100 10001010 10111 100001

Color Harmonies of #40674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40674C

Black with #40674C

Text Example


Text Example

White with #40674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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