Html Css Color HEX #3D502A Mallard

📋 copy color: '#3D502A'

red 61 ◦ green 80 ◦ blue 42

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

Shades of Mallard #3D502A

Tints of Mallard #3D502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 33.33%
G = 43.72%
B = 22.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#3D502A (or 0x3D502A) is known color: Mallard. HEX triplet: 3D, 50 and 2A. RGB value is (61,80,42). Sum of RGB (Red+Green+Blue) = 61+80+42=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #3D502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D502A is #C2AFD5. Grayscale: #464646. Windows color (decimal): -12758998 or 2773053. OLE color: 2773053.

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

Color convert

RGB 61 80 42 -
CMYK 0.24 0 0.48 0.69
HSL 90º 0.31% 0.24% -
HSV(B) 90º 0.48% 0.31% -
XYZ 5.21 6.9 3.25 -
YUV 69.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 61 80 42 0.24 0 0.48 0.69 90 0.31 0.24
Hex 3D 50 2A 18 0 30 45 5A 1F 18
Octal 75 120 52 30 0 60 105 132 37 30
Binary 111101 1010000 101010 11000 0 110000 1000101 1011010 11111 11000

Color Harmonies of #3D502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D502A

Black with #3D502A

Text Example


Text Example

White with #3D502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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