Html Css Color HEX #3E6349 Feldgrau

📋 copy color: '#3E6349'

red 62 ◦ green 99 ◦ blue 73

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

Shades of Feldgrau #3E6349

Tints of Feldgrau #3E6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

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

R = 26.5%
G = 42.31%
B = 31.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#3E6349 (or 0x3E6349) is known color: Feldgrau. HEX triplet: 3E, 63 and 49. RGB value is (62,99,73). Sum of RGB (Red+Green+Blue) = 62+99+73=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6349 is #C19CB6. Grayscale: #555555. Windows color (decimal): -12688567 or 4809534. OLE color: 4809534.

HSL color Cylindrical-coordinate representation of color #3E6349: hue angle of 137.84º 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 #3E6349 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 99 73 -
CMYK 0.37 0 0.26 0.61
HSL 137.84º 0.23% 0.32% -
HSV(B) 137.84º 0.37% 0.39% -
XYZ 7.65 10.43 7.91 -
YUV 84.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 62 99 73 0.37 0 0.26 0.61 137.84 0.23 0.32
Hex 3E 63 49 25 0 1A 3D 8A 17 20
Octal 76 143 111 45 0 32 75 212 27 40
Binary 111110 1100011 1001001 100101 0 11010 111101 10001010 10111 100000

Color Harmonies of #3E6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6349

Black with #3E6349

Text Example


Text Example

White with #3E6349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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