Html Css Color HEX #40664D Feldgrau

📋 copy color: '#40664D'

red 64 ◦ green 102 ◦ blue 77

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

Shades of Feldgrau #40664D

Tints of Feldgrau #40664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 26.34%
G = 41.98%
B = 31.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#40664D (or 0x40664D) is known color: Feldgrau. HEX triplet: 40, 66 and 4D. RGB value is (64,102,77). Sum of RGB (Red+Green+Blue) = 64+102+77=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #40664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40664D is #BF99B2. Grayscale: #575757. Windows color (decimal): -12556723 or 5072448. OLE color: 5072448.

HSL color Cylindrical-coordinate representation of color #40664D: hue angle of 140.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40664D is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 77 -
CMYK 0.37 0 0.25 0.6
HSL 140.53º 0.23% 0.33% -
HSV(B) 140.53º 0.37% 0.4% -
XYZ 8.21 11.13 8.74 -
YUV 87.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 64 102 77 0.37 0 0.25 0.6 140.53 0.23 0.33
Hex 40 66 4D 25 0 19 3C 8D 17 21
Octal 100 146 115 45 0 31 74 215 27 41
Binary 1000000 1100110 1001101 100101 0 11001 111100 10001101 10111 100001

Color Harmonies of #40664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40664D

Black with #40664D

Text Example


Text Example

White with #40664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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