Html Css Color HEX #3E4930 Mallard

📋 copy color: '#3E4930'

red 62 ◦ green 73 ◦ blue 48

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

Shades of Mallard #3E4930

Tints of Mallard #3E4930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 48 (19.14% from 255) = 26.23%

R = 33.88%
G = 39.89%
B = 26.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#3E4930 (or 0x3E4930) is known color: Mallard. HEX triplet: 3E, 49 and 30. RGB value is (62,73,48). Sum of RGB (Red+Green+Blue) = 62+73+48=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4930 is #C1B6CF. Grayscale: #424242. Windows color (decimal): -12695248 or 3164478. OLE color: 3164478.

HSL color Cylindrical-coordinate representation of color #3E4930: hue angle of 86.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E4930 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 73 48 -
CMYK 0.15 0 0.34 0.71
HSL 86.4º 0.21% 0.24% -
HSV(B) 86.4º 0.34% 0.29% -
XYZ 4.9 6 3.7 -
YUV 66.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 62 73 48 0.15 0 0.34 0.71 86.4 0.21 0.24
Hex 3E 49 30 F 0 22 47 56 15 18
Octal 76 111 60 17 0 42 107 126 25 30
Binary 111110 1001001 110000 1111 0 100010 1000111 1010110 10101 11000

Color Harmonies of #3E4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4930

Black with #3E4930

Text Example


Text Example

White with #3E4930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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