Html Css Color HEX #3E4534 Mallard

📋 copy color: '#3E4534'

red 62 ◦ green 69 ◦ blue 52

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

Shades of Mallard #3E4534

Tints of Mallard #3E4534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 33.88%
G = 37.7%
B = 28.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#3E4534 (or 0x3E4534) is known color: Mallard. HEX triplet: 3E, 45 and 34. RGB value is (62,69,52). Sum of RGB (Red+Green+Blue) = 62+69+52=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4534 is #C1BACB. Grayscale: #414141. Windows color (decimal): -12696268 or 3425598. OLE color: 3425598.

HSL color Cylindrical-coordinate representation of color #3E4534: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E4534 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 69 52 -
CMYK 0.10 0 0.25 0.73
HSL 84.71º 0.14% 0.24% -
HSV(B) 84.71º 0.25% 0.27% -
XYZ 4.73 5.53 4.07 -
YUV 64.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 62 69 52 0.10 0 0.25 0.73 84.71 0.14 0.24
Hex 3E 45 34 A 0 19 49 55 E 18
Octal 76 105 64 12 0 31 111 125 16 30
Binary 111110 1000101 110100 1010 0 11001 1001001 1010101 1110 11000

Color Harmonies of #3E4534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4534

Black with #3E4534

Text Example


Text Example

White with #3E4534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,52); }

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

background-color css

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

 a { background-color: rgb(62,69,52); }

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

border-color css

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

 span { border-color: rgb(62,69,52); }

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