#3D4C30

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

Shades of Mallard #3D4C30

Tints of Mallard #3D4C30

Color information

#3D4C30 (or 0x3D4C30) is unknown color: approx Mallard. HEX triplet: 3D, 4C and 30. RGB value is (61,76,48). Sum of RGB (Red+Green+Blue) = 61+76+48=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C30 is #C2B3CF. Grayscale: #444444. Windows color (decimal): -12760016 or 3165245. OLE color: 3165245.

HSL color Cylindrical-coordinate representation of color #3D4C30: hue angle of 92.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D4C30 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB617648-
CMYK0.2000.370.70
HSL92.14º22.58%24.31%-
HSV(B)92.14º36.84%29.8%-
XYZ5.046.373.76-
YUV68.32116.53122.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=32.97%
G=41.08%
B=25.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6176480.2000.370.7092.1422.5824.31
Hex3D4C3014025465c1718
Octal7511460240451061342730
Binary1111011001100110000101000100101100011010111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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