#3A4D2D

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

Shades of Mallard #3A4D2D

Tints of Mallard #3A4D2D

Color information

#3A4D2D (or 0x3A4D2D) is unknown color: approx Mallard. HEX triplet: 3A, 4D and 2D. RGB value is (58,77,45). Sum of RGB (Red+Green+Blue) = 58+77+45=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D2D is #C5B2D2. Grayscale: #434343. Windows color (decimal): -12956371 or 2968890. OLE color: 2968890.

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

Color convert

RGB587745-
CMYK0.2500.420.70
HSL95.62º26.23%23.92%-
HSV(B)95.62º41.56%30.2%-
XYZ4.876.43.46-
YUV67.67115.21121.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 45 (17.97% from 255) = 25%
R=32.22%
G=42.78%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877450.2500.420.7095.6226.2323.92
Hex3A4D2D1902A46601a18
Octal7211555310521061403230
Binary1110101001101101101110010101010100011011000001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,77,45); }

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

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

 a { background-color: rgb(58,77,45); }

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

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

 span { border-color: rgb(58,77,45); }

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