#3D4E30

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

Shades of Mallard #3D4E30

Tints of Mallard #3D4E30

Color information

#3D4E30 (or 0x3D4E30) is unknown color: approx Mallard. HEX triplet: 3D, 4E and 30. RGB value is (61,78,48). Sum of RGB (Red+Green+Blue) = 61+78+48=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E30 is #C2B1CF. Grayscale: #454545. Windows color (decimal): -12759504 or 3165757. OLE color: 3165757.

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

Color convert

RGB617848-
CMYK0.2200.380.69
HSL94º23.81%24.71%-
HSV(B)94º38.46%30.59%-
XYZ5.186.653.81-
YUV69.5115.87121.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=32.62%
G=41.71%
B=25.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6178480.2200.380.699423.8124.71
Hex3D4E3016026455e1819
Octal7511660260461051363031
Binary1111011001110110000101100100110100010110111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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