Html Css Color HEX #3B492E Mallard

📋 copy color: '#3B492E'

red 59 ◦ green 73 ◦ blue 46

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

Shades of Mallard #3B492E

Tints of Mallard #3B492E

RGB

 RED value IS 59 (23.44% from 255) = 33.15%

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

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

R = 33.15%
G = 41.01%
B = 25.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#3B492E (or 0x3B492E) is known color: Mallard. HEX triplet: 3B, 49 and 2E. RGB value is (59,73,46). Sum of RGB (Red+Green+Blue) = 59+73+46=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #3B492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B492E is #C4B6D1. Grayscale: #414141. Windows color (decimal): -12891858 or 3033403. OLE color: 3033403.

HSL color Cylindrical-coordinate representation of color #3B492E: hue angle of 91.11º 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 #3B492E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 73 46 -
CMYK 0.19 0 0.37 0.71
HSL 91.11º 0.23% 0.23% -
HSV(B) 91.11º 0.37% 0.29% -
XYZ 4.68 5.89 3.48 -
YUV 65.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 59 73 46 0.19 0 0.37 0.71 91.11 0.23 0.23
Hex 3B 49 2E 13 0 25 47 5B 17 17
Octal 73 111 56 23 0 45 107 133 27 27
Binary 111011 1001001 101110 10011 0 100101 1000111 1011011 10111 10111

Color Harmonies of #3B492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B492E

Black with #3B492E

Text Example


Text Example

White with #3B492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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