Html Css Color HEX #3A482E Mallard

📋 copy color: '#3A482E'

red 58 ◦ green 72 ◦ blue 46

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

Shades of Mallard #3A482E

Tints of Mallard #3A482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 32.95%
G = 40.91%
B = 26.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#3A482E (or 0x3A482E) is known color: Mallard. HEX triplet: 3A, 48 and 2E. RGB value is (58,72,46). Sum of RGB (Red+Green+Blue) = 58+72+46=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #3A482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A482E is #C5B7D1. Grayscale: #404040. Windows color (decimal): -12957650 or 3033146. OLE color: 3033146.

HSL color Cylindrical-coordinate representation of color #3A482E: hue angle of 92.31º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A482E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 46 -
CMYK 0.19 0 0.36 0.72
HSL 92.31º 0.22% 0.23% -
HSV(B) 92.31º 0.36% 0.28% -
XYZ 4.56 5.73 3.45 -
YUV 64.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 58 72 46 0.19 0 0.36 0.72 92.31 0.22 0.23
Hex 3A 48 2E 13 0 24 48 5C 16 17
Octal 72 110 56 23 0 44 110 134 26 27
Binary 111010 1001000 101110 10011 0 100100 1001000 1011100 10110 10111

Color Harmonies of #3A482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A482E

Black with #3A482E

Text Example


Text Example

White with #3A482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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