#3A4B2B

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

Shades of Mallard #3A4B2B

Tints of Mallard #3A4B2B

Color information

#3A4B2B (or 0x3A4B2B) is unknown color: approx Mallard. HEX triplet: 3A, 4B and 2B. RGB value is (58,75,43). Sum of RGB (Red+Green+Blue) = 58+75+43=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B2B is #C5B4D4. Grayscale: #424242. Windows color (decimal): -12956885 or 2837306. OLE color: 2837306.

HSL color Cylindrical-coordinate representation of color #3A4B2B: hue angle of 91.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A4B2B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB587543-
CMYK0.2300.430.71
HSL91.88º27.12%23.14%-
HSV(B)91.88º42.67%29.41%-
XYZ4.76.113.22-
YUV66.27114.87122.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=32.95%
G=42.61%
B=24.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5875430.2300.430.7191.8827.1223.14
Hex3A4B2B1702B475c1b17
Octal7211353270531071343327
Binary1110101001011101011101110101011100011110111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,43); }

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

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

 a { background-color: rgb(58,75,43); }

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

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

 span { border-color: rgb(58,75,43); }

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