#3A5223

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

Shades of Mallard #3A5223

Tints of Mallard #3A5223

Color information

#3A5223 (or 0x3A5223) is unknown color: approx Mallard. HEX triplet: 3A, 52 and 23. RGB value is (58,82,35). Sum of RGB (Red+Green+Blue) = 58+82+35=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5223 is #C5ADDC. Grayscale: #454545. Windows color (decimal): -12955101 or 2314810. OLE color: 2314810.

HSL color Cylindrical-coordinate representation of color #3A5223: hue angle of 90.64º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A5223 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB588235-
CMYK0.2900.570.68
HSL90.64º40.17%22.94%-
HSV(B)90.64º57.32%32.16%-
XYZ5.077.062.68-
YUV69.47108.55119.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 35 (14.06% from 255) = 20%
R=33.14%
G=46.86%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5882350.2900.570.6890.6440.1722.94
Hex3A52231D039445b2817
Octal7212243350711041335027
Binary11101010100101000111110101110011000100101101110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,82,35); }

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

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

 a { background-color: rgb(58,82,35); }

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

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

 span { border-color: rgb(58,82,35); }

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