#40634A

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

Shades of Feldgrau #40634A

Tints of Feldgrau #40634A

Color information

#40634A (or 0x40634A) is unknown color: approx Feldgrau. HEX triplet: 40, 63 and 4A. RGB value is (64,99,74). Sum of RGB (Red+Green+Blue) = 64+99+74=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #40634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40634A is #BF9CB5. Grayscale: #555555. Windows color (decimal): -12557494 or 4875072. OLE color: 4875072.

HSL color Cylindrical-coordinate representation of color #40634A: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40634A is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB649974-
CMYK0.3500.250.61
HSL137.14º21.47%31.96%-
HSV(B)137.14º35.35%38.82%-
XYZ7.8110.518.1-
YUV85.68121.4112.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=27.00%
G=41.77%
B=31.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499740.3500.250.61137.1421.4731.96
Hex40634A230193D891520
Octal10014311243031752112540
Binary1000000110001110010101000110110011111011000100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40634A; }

 p { color: rgb(64,99,74); }

 H1.HeaderClassName
 {
   color: #40634A;
 }
 .AnyTagClassName
 {
   color: #40634A;
 }
</style>
background-color css

<style>
 a { background-color: #40634A; }

 a { background-color: rgb(64,99,74); }

 div.DivClassName
 {
   background-color: #40634A;
 }
 .BgClassName
 {
   background-color: #40634A;
 }
</style>
border-color css

<style>
 span { border-color: #40634A; }

 span { border-color: rgb(64,99,74); }

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