#3A502B

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

Shades of Mallard #3A502B

Tints of Mallard #3A502B

Color information

#3A502B (or 0x3A502B) is unknown color: approx Mallard. HEX triplet: 3A, 50 and 2B. RGB value is (58,80,43). Sum of RGB (Red+Green+Blue) = 58+80+43=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502B is #C5AFD4. Grayscale: #454545. Windows color (decimal): -12955605 or 2838586. OLE color: 2838586.

HSL color Cylindrical-coordinate representation of color #3A502B: hue angle of 95.68º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A502B is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB588043-
CMYK0.2800.460.69
HSL95.68º30.08%24.12%-
HSV(B)95.68º46.25%31.37%-
XYZ5.056.813.33-
YUV69.2113.21120.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=32.04%
G=44.20%
B=23.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880430.2800.460.6995.6830.0824.12
Hex3A502B1C02E45601e18
Octal7212053340561051403630
Binary1110101010000101011111000101110100010111000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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