#40614C

Color #40614C Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #40614C

Tints of Feldgrau #40614C

Color information

#40614C (or 0x40614C) is unknown color: approx 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

RGB649776-
CMYK0.3400.220.62
HSL141.82º20.5%31.57%-
HSV(B)141.82º34.02%38.04%-
XYZ7.6910.168.39-
YUV84.74123.07113.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=27.00%
G=40.93%
B=32.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497760.3400.220.62141.8220.531.57
Hex40614C220163E8e1420
Octal10014111442026762162440
Binary1000000110000110011001000100101101111101000111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>