Html Css Color HEX #3E562C Mallard

📋 copy color: '#3E562C'

red 62 ◦ green 86 ◦ blue 44

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

Shades of Mallard #3E562C

Tints of Mallard #3E562C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.79%

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 32.29%
G = 44.79%
B = 22.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#3E562C (or 0x3E562C) is known color: Mallard. HEX triplet: 3E, 56 and 2C. RGB value is (62,86,44). Sum of RGB (Red+Green+Blue) = 62+86+44=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #3E562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E562C is #C1A9D3. Grayscale: #4A4A4A. Windows color (decimal): -12691924 or 2905662. OLE color: 2905662.

HSL color Cylindrical-coordinate representation of color #3E562C: hue angle of 94.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E562C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 86 44 -
CMYK 0.28 0 0.49 0.66
HSL 94.29º 0.32% 0.25% -
HSV(B) 94.29º 0.49% 0.34% -
XYZ 5.77 7.86 3.6 -
YUV 74.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 62 86 44 0.28 0 0.49 0.66 94.29 0.32 0.25
Hex 3E 56 2C 1C 0 31 42 5E 20 19
Octal 76 126 54 34 0 61 102 136 40 31
Binary 111110 1010110 101100 11100 0 110001 1000010 1011110 100000 11001

Color Harmonies of #3E562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E562C

Black with #3E562C

Text Example


Text Example

White with #3E562C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,86,44); }

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

background-color css

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

 a { background-color: rgb(62,86,44); }

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

border-color css

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

 span { border-color: rgb(62,86,44); }

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