Html Css Color HEX #3A492E Mallard

📋 copy color: '#3A492E'

red 58 ◦ green 73 ◦ blue 46

#3A492E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #3A492E

Tints of Mallard #3A492E

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 32.77%
G = 41.24%
B = 25.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#3A492E (or 0x3A492E) is known color: Mallard. HEX triplet: 3A, 49 and 2E. RGB value is (58,73,46). Sum of RGB (Red+Green+Blue) = 58+73+46=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #3A492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A492E is #C5B6D1. Grayscale: #414141. Windows color (decimal): -12957394 or 3033402. OLE color: 3033402.

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

Color convert

RGB 58 73 46 -
CMYK 0.21 0 0.37 0.71
HSL 93.33º 0.23% 0.23% -
HSV(B) 93.33º 0.37% 0.29% -
XYZ 4.62 5.86 3.47 -
YUV 65.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 58 73 46 0.21 0 0.37 0.71 93.33 0.23 0.23
Hex 3A 49 2E 15 0 25 47 5D 17 17
Octal 72 111 56 25 0 45 107 135 27 27
Binary 111010 1001001 101110 10101 0 100101 1000111 1011101 10111 10111

Color Harmonies of #3A492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A492E

Black with #3A492E

Text Example


Text Example

White with #3A492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,73,46); }

 H1.HeaderClassName
 {
   color: #3A492E;
 }
 .AnyTagClassName
 {
   color: #3A492E;
 }
</style>

background-color css

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

 a { background-color: rgb(58,73,46); }

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

border-color css

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

 span { border-color: rgb(58,73,46); }

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