#3A4133

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

Shades of Mallard #3A4133

Tints of Mallard #3A4133

Color information

#3A4133 (or 0x3A4133) is unknown color: approx Mallard. HEX triplet: 3A, 41 and 33. RGB value is (58,65,51). Sum of RGB (Red+Green+Blue) = 58+65+51=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4133 is #C5BECC. Grayscale: #3D3D3D. Windows color (decimal): -12959437 or 3359034. OLE color: 3359034.

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

Color convert

RGB586551-
CMYK0.1100.220.75
HSL90º12.07%22.75%-
HSV(B)90º21.54%25.49%-
XYZ4.234.923.86-
YUV61.31122.18125.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=33.33%
G=37.36%
B=29.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865510.1100.220.759012.0722.75
Hex3A4133B0164B5ac17
Octal7210163130261131321427
Binary1110101000001110011101101011010010111011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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