Html Css Color HEX #3E6249 Feldgrau

📋 copy color: '#3E6249'

red 62 ◦ green 98 ◦ blue 73

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

Shades of Feldgrau #3E6249

Tints of Feldgrau #3E6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.06%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 26.61%
G = 42.06%
B = 31.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#3E6249 (or 0x3E6249) is known color: Feldgrau. HEX triplet: 3E, 62 and 49. RGB value is (62,98,73). Sum of RGB (Red+Green+Blue) = 62+98+73=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6249 is #C19DB6. Grayscale: #545454. Windows color (decimal): -12688823 or 4809278. OLE color: 4809278.

HSL color Cylindrical-coordinate representation of color #3E6249: hue angle of 138.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E6249 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 98 73 -
CMYK 0.37 0 0.26 0.62
HSL 138.33º 0.23% 0.31% -
HSV(B) 138.33º 0.37% 0.38% -
XYZ 7.56 10.24 7.88 -
YUV 84.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 62 98 73 0.37 0 0.26 0.62 138.33 0.23 0.31
Hex 3E 62 49 25 0 1A 3E 8A 16 1F
Octal 76 142 111 45 0 32 76 212 26 37
Binary 111110 1100010 1001001 100101 0 11010 111110 10001010 10110 11111

Color Harmonies of #3E6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6249

Black with #3E6249

Text Example


Text Example

White with #3E6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,98,73); }

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

background-color css

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

 a { background-color: rgb(62,98,73); }

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

border-color css

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

 span { border-color: rgb(62,98,73); }

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