Html Css Color HEX #3D4D32 Mallard

📋 copy color: '#3D4D32'

red 61 ◦ green 77 ◦ blue 50

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

Shades of Mallard #3D4D32

Tints of Mallard #3D4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.96%

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

R = 32.45%
G = 40.96%
B = 26.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#3D4D32 (or 0x3D4D32) is known color: Mallard. HEX triplet: 3D, 4D and 32. RGB value is (61,77,50). Sum of RGB (Red+Green+Blue) = 61+77+50=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4D32 is #C2B2CD. Grayscale: #454545. Windows color (decimal): -12759758 or 3296573. OLE color: 3296573.

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

Color convert

RGB 61 77 50 -
CMYK 0.21 0 0.35 0.70
HSL 95.56º 0.21% 0.25% -
HSV(B) 95.56º 0.35% 0.3% -
XYZ 5.15 6.53 4.01 -
YUV 69.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 61 77 50 0.21 0 0.35 0.70 95.56 0.21 0.25
Hex 3D 4D 32 15 0 23 46 60 15 19
Octal 75 115 62 25 0 43 106 140 25 31
Binary 111101 1001101 110010 10101 0 100011 1000110 1100000 10101 11001

Color Harmonies of #3D4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4D32

Black with #3D4D32

Text Example


Text Example

White with #3D4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,77,50); }

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

background-color css

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

 a { background-color: rgb(61,77,50); }

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

border-color css

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

 span { border-color: rgb(61,77,50); }

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