#3A4831

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

Shades of Mallard #3A4831

Tints of Mallard #3A4831

Color information

#3A4831 (or 0x3A4831) is unknown color: approx Mallard. HEX triplet: 3A, 48 and 31. RGB value is (58,72,49). Sum of RGB (Red+Green+Blue) = 58+72+49=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4831 is #C5B7CE. Grayscale: #414141. Windows color (decimal): -12957647 or 3229754. OLE color: 3229754.

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

Color convert

RGB587249-
CMYK0.1900.320.72
HSL96.52º19.01%23.73%-
HSV(B)96.52º31.94%28.24%-
XYZ4.625.763.77-
YUV65.19118.86122.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=32.40%
G=40.22%
B=27.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872490.1900.320.7296.5219.0123.73
Hex3A48311302048611318
Octal7211061230401101412330
Binary1110101001000110001100110100000100100011000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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