Html Css Color HEX #40614C Feldgrau

📋 copy color: '#40614C'

red 64 ◦ green 97 ◦ blue 76

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

Shades of Feldgrau #40614C

Tints of Feldgrau #40614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

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

R = 27%
G = 40.93%
B = 32.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#40614C (or 0x40614C) is known color: Feldgrau. HEX triplet: 40, 61 and 4C. RGB value is (64,97,76). Sum of RGB (Red+Green+Blue) = 64+97+76=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #40614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40614C is #BF9EB3. Grayscale: #545454. Windows color (decimal): -12558004 or 5005632. OLE color: 5005632.

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

Color convert

RGB 64 97 76 -
CMYK 0.34 0 0.22 0.62
HSL 141.82º 0.2% 0.32% -
HSV(B) 141.82º 0.34% 0.38% -
XYZ 7.69 10.16 8.39 -
YUV 84.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 64 97 76 0.34 0 0.22 0.62 141.82 0.2 0.32
Hex 40 61 4C 22 0 16 3E 8E 14 20
Octal 100 141 114 42 0 26 76 216 24 40
Binary 1000000 1100001 1001100 100010 0 10110 111110 10001110 10100 100000

Color Harmonies of #40614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40614C

Black with #40614C

Text Example


Text Example

White with #40614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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