Html Css Color HEX #3E512D Mallard

📋 copy color: '#3E512D'

red 62 ◦ green 81 ◦ blue 45

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

Shades of Mallard #3E512D

Tints of Mallard #3E512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 32.98%
G = 43.09%
B = 23.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#3E512D (or 0x3E512D) is known color: Mallard. HEX triplet: 3E, 51 and 2D. RGB value is (62,81,45). Sum of RGB (Red+Green+Blue) = 62+81+45=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #3E512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E512D is #C1AED2. Grayscale: #474747. Windows color (decimal): -12693203 or 2969918. OLE color: 2969918.

HSL color Cylindrical-coordinate representation of color #3E512D: hue angle of 91.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E512D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 81 45 -
CMYK 0.23 0 0.44 0.68
HSL 91.67º 0.29% 0.25% -
HSV(B) 91.67º 0.44% 0.32% -
XYZ 5.4 7.1 3.57 -
YUV 71.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 62 81 45 0.23 0 0.44 0.68 91.67 0.29 0.25
Hex 3E 51 2D 17 0 2C 44 5C 1D 19
Octal 76 121 55 27 0 54 104 134 35 31
Binary 111110 1010001 101101 10111 0 101100 1000100 1011100 11101 11001

Color Harmonies of #3E512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E512D

Black with #3E512D

Text Example


Text Example

White with #3E512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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