Html Css Color HEX #3D502E Mallard

📋 copy color: '#3D502E'

red 61 ◦ green 80 ◦ blue 46

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

Shades of Mallard #3D502E

Tints of Mallard #3D502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 32.62%
G = 42.78%
B = 24.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#3D502E (or 0x3D502E) is known color: Mallard. HEX triplet: 3D, 50 and 2E. RGB value is (61,80,46). Sum of RGB (Red+Green+Blue) = 61+80+46=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #3D502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D502E is #C2AFD1. Grayscale: #464646. Windows color (decimal): -12758994 or 3035197. OLE color: 3035197.

HSL color Cylindrical-coordinate representation of color #3D502E: hue angle of 93.53º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D502E is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 80 46 -
CMYK 0.24 0 0.42 0.69
HSL 93.53º 0.27% 0.25% -
HSV(B) 93.53º 0.43% 0.31% -
XYZ 5.29 6.93 3.64 -
YUV 70.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 61 80 46 0.24 0 0.42 0.69 93.53 0.27 0.25
Hex 3D 50 2E 18 0 2A 45 5E 1B 19
Octal 75 120 56 30 0 52 105 136 33 31
Binary 111101 1010000 101110 11000 0 101010 1000101 1011110 11011 11001

Color Harmonies of #3D502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D502E

Black with #3D502E

Text Example


Text Example

White with #3D502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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