Html Css Color HEX #3D542B Mallard

📋 copy color: '#3D542B'

red 61 ◦ green 84 ◦ blue 43

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

Shades of Mallard #3D542B

Tints of Mallard #3D542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 32.45%
G = 44.68%
B = 22.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#3D542B (or 0x3D542B) is known color: Mallard. HEX triplet: 3D, 54 and 2B. RGB value is (61,84,43). Sum of RGB (Red+Green+Blue) = 61+84+43=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #3D542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D542B is #C2ABD4. Grayscale: #484848. Windows color (decimal): -12757973 or 2839613. OLE color: 2839613.

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

Color convert

RGB 61 84 43 -
CMYK 0.27 0 0.49 0.67
HSL 93.66º 0.32% 0.25% -
HSV(B) 93.66º 0.49% 0.33% -
XYZ 5.53 7.51 3.44 -
YUV 72.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 61 84 43 0.27 0 0.49 0.67 93.66 0.32 0.25
Hex 3D 54 2B 1B 0 31 43 5E 20 19
Octal 75 124 53 33 0 61 103 136 40 31
Binary 111101 1010100 101011 11011 0 110001 1000011 1011110 100000 11001

Color Harmonies of #3D542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D542B

Black with #3D542B

Text Example


Text Example

White with #3D542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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