Html Css Color HEX #3D542E Mallard

📋 copy color: '#3D542E'

red 61 ◦ green 84 ◦ blue 46

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

Shades of Mallard #3D542E

Tints of Mallard #3D542E

RGB

 RED value IS 61 (24.22% from 255) = 31.94%

 GREEN value IS 84 (33.2% from 255) = 43.98%

 BLUE value IS 46 (18.36% from 255) = 24.08%

R = 31.94%
G = 43.98%
B = 24.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#3D542E (or 0x3D542E) is known color: Mallard. HEX triplet: 3D, 54 and 2E. RGB value is (61,84,46). Sum of RGB (Red+Green+Blue) = 61+84+46=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #3D542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D542E is #C2ABD1. Grayscale: #484848. Windows color (decimal): -12757970 or 3036221. OLE color: 3036221.

HSL color Cylindrical-coordinate representation of color #3D542E: hue angle of 96.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D542E is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 84 46 -
CMYK 0.27 0 0.45 0.67
HSL 96.32º 0.29% 0.25% -
HSV(B) 96.32º 0.45% 0.33% -
XYZ 5.59 7.53 3.74 -
YUV 72.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 61 84 46 0.27 0 0.45 0.67 96.32 0.29 0.25
Hex 3D 54 2E 1B 0 2D 43 60 1D 19
Octal 75 124 56 33 0 55 103 140 35 31
Binary 111101 1010100 101110 11011 0 101101 1000011 1100000 11101 11001

Color Harmonies of #3D542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D542E

Black with #3D542E

Text Example


Text Example

White with #3D542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,84,46); }

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

background-color css

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

 a { background-color: rgb(61,84,46); }

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

border-color css

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

 span { border-color: rgb(61,84,46); }

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