Html Css Color HEX #3E634A Feldgrau

📋 copy color: '#3E634A'

red 62 ◦ green 99 ◦ blue 74

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

Shades of Feldgrau #3E634A

Tints of Feldgrau #3E634A

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.3% from 255) = 31.49%

R = 26.38%
G = 42.13%
B = 31.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#3E634A (or 0x3E634A) is known color: 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

RGB 62 99 74 -
CMYK 0.37 0 0.25 0.61
HSL 139.46º 0.23% 0.32% -
HSV(B) 139.46º 0.37% 0.39% -
XYZ 7.68 10.44 8.09 -
YUV 85.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 62 99 74 0.37 0 0.25 0.61 139.46 0.23 0.32
Hex 3E 63 4A 25 0 19 3D 8B 17 20
Octal 76 143 112 45 0 31 75 213 27 40
Binary 111110 1100011 1001010 100101 0 11001 111101 10001011 10111 100000

Color Harmonies of #3E634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E634A

Black with #3E634A

Text Example


Text Example

White with #3E634A

Text Example


Text Example

HTML Codes & Css Web 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>