#3A4731

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

Shades of Mallard #3A4731

Tints of Mallard #3A4731

Color information

#3A4731 (or 0x3A4731) is unknown color: approx Mallard. HEX triplet: 3A, 47 and 31. RGB value is (58,71,49). Sum of RGB (Red+Green+Blue) = 58+71+49=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4731 is #C5B8CE. Grayscale: #404040. Windows color (decimal): -12957903 or 3229498. OLE color: 3229498.

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

Color convert

RGB587149-
CMYK0.1800.310.72
HSL95.45º18.33%23.53%-
HSV(B)95.45º30.99%27.84%-
XYZ4.555.633.75-
YUV64.6119.19123.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.58%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=32.58%
G=39.89%
B=27.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871490.1800.310.7295.4518.3323.53
Hex3A47311201F485f1218
Octal7210761220371101372230
Binary111010100011111000110010011111100100010111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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