Html Css Color HEX #3E4E31 Mallard

📋 copy color: '#3E4E31'

red 62 ◦ green 78 ◦ blue 49

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

Shades of Mallard #3E4E31

Tints of Mallard #3E4E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.27%

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 32.8%
G = 41.27%
B = 25.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#3E4E31 (or 0x3E4E31) is known color: Mallard. HEX triplet: 3E, 4E and 31. RGB value is (62,78,49). Sum of RGB (Red+Green+Blue) = 62+78+49=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E31 is #C1B1CE. Grayscale: #464646. Windows color (decimal): -12693967 or 3231294. OLE color: 3231294.

HSL color Cylindrical-coordinate representation of color #3E4E31: hue angle of 93.1º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4E31 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 78 49 -
CMYK 0.21 0 0.37 0.69
HSL 93.1º 0.23% 0.25% -
HSV(B) 93.1º 0.37% 0.31% -
XYZ 5.27 6.69 3.92 -
YUV 69.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 62 78 49 0.21 0 0.37 0.69 93.1 0.23 0.25
Hex 3E 4E 31 15 0 25 45 5D 17 19
Octal 76 116 61 25 0 45 105 135 27 31
Binary 111110 1001110 110001 10101 0 100101 1000101 1011101 10111 11001

Color Harmonies of #3E4E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4E31

Black with #3E4E31

Text Example


Text Example

White with #3E4E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,78,49); }

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

background-color css

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

 a { background-color: rgb(62,78,49); }

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

border-color css

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

 span { border-color: rgb(62,78,49); }

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