Html Css Color HEX #3E542D Mallard

📋 copy color: '#3E542D'

red 62 ◦ green 84 ◦ blue 45

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

Shades of Mallard #3E542D

Tints of Mallard #3E542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 32.46%
G = 43.98%
B = 23.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3E542D (or 0x3E542D) is known color: Mallard. HEX triplet: 3E, 54 and 2D. RGB value is (62,84,45). Sum of RGB (Red+Green+Blue) = 62+84+45=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #3E542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E542D is #C1ABD2. Grayscale: #494949. Windows color (decimal): -12692435 or 2970686. OLE color: 2970686.

HSL color Cylindrical-coordinate representation of color #3E542D: hue angle of 93.85º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E542D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 45 -
CMYK 0.26 0 0.46 0.67
HSL 93.85º 0.3% 0.25% -
HSV(B) 93.85º 0.46% 0.33% -
XYZ 5.63 7.55 3.64 -
YUV 72.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 62 84 45 0.26 0 0.46 0.67 93.85 0.3 0.25
Hex 3E 54 2D 1A 0 2E 43 5E 1E 19
Octal 76 124 55 32 0 56 103 136 36 31
Binary 111110 1010100 101101 11010 0 101110 1000011 1011110 11110 11001

Color Harmonies of #3E542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E542D

Black with #3E542D

Text Example


Text Example

White with #3E542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,45); }

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

background-color css

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

 a { background-color: rgb(62,84,45); }

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

border-color css

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

 span { border-color: rgb(62,84,45); }

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