#3A4732

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

Shades of Mallard #3A4732

Tints of Mallard #3A4732

Color information

#3A4732 (or 0x3A4732) is unknown color: approx Mallard. HEX triplet: 3A, 47 and 32. RGB value is (58,71,50). Sum of RGB (Red+Green+Blue) = 58+71+50=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4732 is #C5B8CD. Grayscale: #404040. Windows color (decimal): -12957902 or 3295034. OLE color: 3295034.

HSL color Cylindrical-coordinate representation of color #3A4732: hue angle of 97.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4732 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB587150-
CMYK0.1800.300.72
HSL97.14º17.36%23.73%-
HSV(B)97.14º29.58%27.84%-
XYZ4.575.643.86-
YUV64.72119.69123.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=32.40%
G=39.66%
B=27.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871500.1800.300.7297.1417.3623.73
Hex3A47321201E48611118
Octal7210762220361101412130
Binary111010100011111001010010011110100100011000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,50); }

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

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

 a { background-color: rgb(58,71,50); }

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

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

 span { border-color: rgb(58,71,50); }

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