Html Css Color HEX #3D4B31 Mallard

📋 copy color: '#3D4B31'

red 61 ◦ green 75 ◦ blue 49

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

Shades of Mallard #3D4B31

Tints of Mallard #3D4B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.54%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 32.97%
G = 40.54%
B = 26.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#3D4B31 (or 0x3D4B31) is known color: Mallard. HEX triplet: 3D, 4B and 31. RGB value is (61,75,49). Sum of RGB (Red+Green+Blue) = 61+75+49=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B31 is #C2B4CE. Grayscale: #434343. Windows color (decimal): -12760271 or 3230525. OLE color: 3230525.

HSL color Cylindrical-coordinate representation of color #3D4B31: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D4B31 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 75 49 -
CMYK 0.19 0 0.35 0.71
HSL 92.31º 0.21% 0.24% -
HSV(B) 92.31º 0.35% 0.29% -
XYZ 4.99 6.25 3.85 -
YUV 67.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 61 75 49 0.19 0 0.35 0.71 92.31 0.21 0.24
Hex 3D 4B 31 13 0 23 47 5C 15 18
Octal 75 113 61 23 0 43 107 134 25 30
Binary 111101 1001011 110001 10011 0 100011 1000111 1011100 10101 11000

Color Harmonies of #3D4B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4B31

Black with #3D4B31

Text Example


Text Example

White with #3D4B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,75,49); }

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

background-color css

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

 a { background-color: rgb(61,75,49); }

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

border-color css

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

 span { border-color: rgb(61,75,49); }

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