Html Css Color HEX #3E684D Feldgrau

📋 copy color: '#3E684D'

red 62 ◦ green 104 ◦ blue 77

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

Shades of Feldgrau #3E684D

Tints of Feldgrau #3E684D

RGB

 RED value IS 62 (24.61% from 255) = 25.51%

 GREEN value IS 104 (41.02% from 255) = 42.8%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 25.51%
G = 42.8%
B = 31.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#3E684D (or 0x3E684D) is known color: Feldgrau. HEX triplet: 3E, 68 and 4D. RGB value is (62,104,77). Sum of RGB (Red+Green+Blue) = 62+104+77=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #3E684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E684D is #C197B2. Grayscale: #585858. Windows color (decimal): -12687283 or 5072958. OLE color: 5072958.

HSL color Cylindrical-coordinate representation of color #3E684D: hue angle of 141.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E684D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 77 -
CMYK 0.40 0 0.26 0.59
HSL 141.43º 0.25% 0.33% -
HSV(B) 141.43º 0.4% 0.41% -
XYZ 8.28 11.46 8.8 -
YUV 88.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 62 104 77 0.40 0 0.26 0.59 141.43 0.25 0.33
Hex 3E 68 4D 28 0 1A 3B 8D 19 21
Octal 76 150 115 50 0 32 73 215 31 41
Binary 111110 1101000 1001101 101000 0 11010 111011 10001101 11001 100001

Color Harmonies of #3E684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E684D

Black with #3E684D

Text Example


Text Example

White with #3E684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,104,77); }

 H1.HeaderClassName
 {
   color: #3E684D;
 }
 .AnyTagClassName
 {
   color: #3E684D;
 }
</style>

background-color css

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

 a { background-color: rgb(62,104,77); }

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

border-color css

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

 span { border-color: rgb(62,104,77); }

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