Html Css Color HEX #40664C Feldgrau

📋 copy color: '#40664C'

red 64 ◦ green 102 ◦ blue 76

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

Shades of Feldgrau #40664C

Tints of Feldgrau #40664C

RGB

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

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

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

R = 26.45%
G = 42.15%
B = 31.4%

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

#40664C (or 0x40664C) is known color: Feldgrau. HEX triplet: 40, 66 and 4C. RGB value is (64,102,76). Sum of RGB (Red+Green+Blue) = 64+102+76=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #40664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40664C is #BF99B3. Grayscale: #575757. Windows color (decimal): -12556724 or 5006912. OLE color: 5006912.

HSL color Cylindrical-coordinate representation of color #40664C: hue angle of 138.95º 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 #40664C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 76 -
CMYK 0.37 0 0.25 0.6
HSL 138.95º 0.23% 0.33% -
HSV(B) 138.95º 0.37% 0.4% -
XYZ 8.17 11.11 8.55 -
YUV 87.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 64 102 76 0.37 0 0.25 0.6 138.95 0.23 0.33
Hex 40 66 4C 25 0 19 3C 8B 17 21
Octal 100 146 114 45 0 31 74 213 27 41
Binary 1000000 1100110 1001100 100101 0 11001 111100 10001011 10111 100001

Color Harmonies of #40664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40664C

Black with #40664C

Text Example


Text Example

White with #40664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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