#3D4930

Color #3D4930 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #3D4930

Tints of Mallard #3D4930

Color information

#3D4930 (or 0x3D4930) is unknown color: approx Mallard. HEX triplet: 3D, 49 and 30. RGB value is (61,73,48). Sum of RGB (Red+Green+Blue) = 61+73+48=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4930 is #C2B6CF. Grayscale: #424242. Windows color (decimal): -12760784 or 3164477. OLE color: 3164477.

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

Color convert

RGB617348-
CMYK0.1600.340.71
HSL88.8º20.66%23.73%-
HSV(B)88.8º34.25%28.63%-
XYZ4.845.973.69-
YUV66.56117.52124.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.52%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=33.52%
G=40.11%
B=26.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173480.1600.340.7188.820.6623.73
Hex3D49301002247591518
Octal7511160200421071312530
Binary1111011001001110000100000100010100011110110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,48); }

 H1.HeaderClassName
 {
   color: #3D4930;
 }
 .AnyTagClassName
 {
   color: #3D4930;
 }
</style>
background-color css

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

 a { background-color: rgb(61,73,48); }

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

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

 span { border-color: rgb(61,73,48); }

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