Html Css Color HEX #3E542F Mallard

📋 copy color: '#3E542F'

red 62 ◦ green 84 ◦ blue 47

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

Shades of Mallard #3E542F

Tints of Mallard #3E542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 32.12%
G = 43.52%
B = 24.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#3E542F (or 0x3E542F) is known color: Mallard. HEX triplet: 3E, 54 and 2F. RGB value is (62,84,47). Sum of RGB (Red+Green+Blue) = 62+84+47=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #3E542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E542F is #C1ABD0. Grayscale: #494949. Windows color (decimal): -12692433 or 3101758. OLE color: 3101758.

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

Color convert

RGB 62 84 47 -
CMYK 0.26 0 0.44 0.67
HSL 95.68º 0.28% 0.26% -
HSV(B) 95.68º 0.44% 0.33% -
XYZ 5.67 7.57 3.85 -
YUV 73.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 62 84 47 0.26 0 0.44 0.67 95.68 0.28 0.26
Hex 3E 54 2F 1A 0 2C 43 60 1C 1A
Octal 76 124 57 32 0 54 103 140 34 32
Binary 111110 1010100 101111 11010 0 101100 1000011 1100000 11100 11010

Color Harmonies of #3E542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E542F

Black with #3E542F

Text Example


Text Example

White with #3E542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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