#3E634A

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

Shades of Feldgrau #3E634A

Tints of Feldgrau #3E634A

Color information

#3E634A (or 0x3E634A) is unknown color: approx Feldgrau. HEX triplet: 3E, 63 and 4A. RGB value is (62,99,74). Sum of RGB (Red+Green+Blue) = 62+99+74=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #3E634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E634A is #C19CB5. Grayscale: #555555. Windows color (decimal): -12688566 or 4875070. OLE color: 4875070.

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

Color convert

RGB629974-
CMYK0.3700.250.61
HSL139.46º22.98%31.57%-
HSV(B)139.46º37.37%38.82%-
XYZ7.6810.448.09-
YUV85.09121.74111.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=26.38%
G=42.13%
B=31.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299740.3700.250.61139.4622.9831.57
Hex3E634A250193D8b1720
Octal7614311245031752132740
Binary111110110001110010101001010110011111011000101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E634A; }

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

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

<style>
 a { background-color: #3E634A; }

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

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

<style>
 span { border-color: #3E634A; }

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

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