Html Css Color HEX #3E694C Feldgrau

📋 copy color: '#3E694C'

red 62 ◦ green 105 ◦ blue 76

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

Shades of Feldgrau #3E694C

Tints of Feldgrau #3E694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 25.51%
G = 43.21%
B = 31.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#3E694C (or 0x3E694C) is known color: Feldgrau. HEX triplet: 3E, 69 and 4C. RGB value is (62,105,76). Sum of RGB (Red+Green+Blue) = 62+105+76=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #3E694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E694C is #C196B3. Grayscale: #585858. Windows color (decimal): -12687028 or 5007678. OLE color: 5007678.

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

Color convert

RGB 62 105 76 -
CMYK 0.41 0 0.28 0.59
HSL 139.53º 0.26% 0.33% -
HSV(B) 139.53º 0.41% 0.41% -
XYZ 8.34 11.65 8.65 -
YUV 88.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 62 105 76 0.41 0 0.28 0.59 139.53 0.26 0.33
Hex 3E 69 4C 29 0 1C 3B 8C 1A 21
Octal 76 151 114 51 0 34 73 214 32 41
Binary 111110 1101001 1001100 101001 0 11100 111011 10001100 11010 100001

Color Harmonies of #3E694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E694C

Black with #3E694C

Text Example


Text Example

White with #3E694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,105,76); }

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

background-color css

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

 a { background-color: rgb(62,105,76); }

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

border-color css

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

 span { border-color: rgb(62,105,76); }

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