#3A4132

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

Shades of Mallard #3A4132

Tints of Mallard #3A4132

Color information

#3A4132 (or 0x3A4132) is unknown color: approx Mallard. HEX triplet: 3A, 41 and 32. RGB value is (58,65,50). Sum of RGB (Red+Green+Blue) = 58+65+50=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4132 is #C5BECD. Grayscale: #3D3D3D. Windows color (decimal): -12959438 or 3293498. OLE color: 3293498.

HSL color Cylindrical-coordinate representation of color #3A4132: hue angle of 88º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A4132 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB586550-
CMYK0.1100.230.75
HSL88º13.04%22.55%-
HSV(B)88º23.08%25.49%-
XYZ4.214.913.74-
YUV61.2121.68125.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=33.53%
G=37.57%
B=28.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865500.1100.230.758813.0422.55
Hex3A4132B0174B58d17
Octal7210162130271131301527
Binary1110101000001110010101101011110010111011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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