#3D4830

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

Shades of Mallard #3D4830

Tints of Mallard #3D4830

Color information

#3D4830 (or 0x3D4830) is unknown color: approx Mallard. HEX triplet: 3D, 48 and 30. RGB value is (61,72,48). Sum of RGB (Red+Green+Blue) = 61+72+48=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4830 is #C2B7CF. Grayscale: #424242. Windows color (decimal): -12761040 or 3164221. OLE color: 3164221.

HSL color Cylindrical-coordinate representation of color #3D4830: hue angle of 87.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D4830 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB617248-
CMYK0.1500.330.72
HSL87.5º20%23.53%-
HSV(B)87.5º33.33%28.24%-
XYZ4.785.843.67-
YUV65.97117.86124.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.70%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=33.70%
G=39.78%
B=26.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6172480.1500.330.7287.52023.53
Hex3D4830F02148581418
Octal7511060170411101302430
Binary111101100100011000011110100001100100010110001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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