Html Css Color HEX #40624C Feldgrau

📋 copy color: '#40624C'

red 64 ◦ green 98 ◦ blue 76

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

Shades of Feldgrau #40624C

Tints of Feldgrau #40624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.18%

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

R = 26.89%
G = 41.18%
B = 31.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#40624C (or 0x40624C) is known color: Feldgrau. HEX triplet: 40, 62 and 4C. RGB value is (64,98,76). Sum of RGB (Red+Green+Blue) = 64+98+76=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #40624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40624C is #BF9DB3. Grayscale: #555555. Windows color (decimal): -12557748 or 5005888. OLE color: 5005888.

HSL color Cylindrical-coordinate representation of color #40624C: hue angle of 141.18º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40624C is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 76 -
CMYK 0.35 0 0.22 0.62
HSL 141.18º 0.21% 0.32% -
HSV(B) 141.18º 0.35% 0.38% -
XYZ 7.79 10.35 8.42 -
YUV 85.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 64 98 76 0.35 0 0.22 0.62 141.18 0.21 0.32
Hex 40 62 4C 23 0 16 3E 8D 15 20
Octal 100 142 114 43 0 26 76 215 25 40
Binary 1000000 1100010 1001100 100011 0 10110 111110 10001101 10101 100000

Color Harmonies of #40624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40624C

Black with #40624C

Text Example


Text Example

White with #40624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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