Html Css Color HEX #3E4C32 Mallard

📋 copy color: '#3E4C32'

red 62 ◦ green 76 ◦ blue 50

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

Shades of Mallard #3E4C32

Tints of Mallard #3E4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.43%

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 32.98%
G = 40.43%
B = 26.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#3E4C32 (or 0x3E4C32) is known color: Mallard. HEX triplet: 3E, 4C and 32. RGB value is (62,76,50). Sum of RGB (Red+Green+Blue) = 62+76+50=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C32 is #C1B3CD. Grayscale: #444444. Windows color (decimal): -12694478 or 3296318. OLE color: 3296318.

HSL color Cylindrical-coordinate representation of color #3E4C32: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E4C32 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 76 50 -
CMYK 0.18 0 0.34 0.70
HSL 92.31º 0.21% 0.25% -
HSV(B) 92.31º 0.34% 0.3% -
XYZ 5.15 6.42 3.99 -
YUV 68.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 62 76 50 0.18 0 0.34 0.70 92.31 0.21 0.25
Hex 3E 4C 32 12 0 22 46 5C 15 19
Octal 76 114 62 22 0 42 106 134 25 31
Binary 111110 1001100 110010 10010 0 100010 1000110 1011100 10101 11001

Color Harmonies of #3E4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4C32

Black with #3E4C32

Text Example


Text Example

White with #3E4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,76,50); }

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

background-color css

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

 a { background-color: rgb(62,76,50); }

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

border-color css

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

 span { border-color: rgb(62,76,50); }

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