Html Css Color HEX #3A522A Mallard

📋 copy color: '#3A522A'

red 58 ◦ green 82 ◦ blue 42

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

Shades of Mallard #3A522A

Tints of Mallard #3A522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 42 (16.8% from 255) = 23.08%

R = 31.87%
G = 45.05%
B = 23.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#3A522A (or 0x3A522A) is known color: Mallard. HEX triplet: 3A, 52 and 2A. RGB value is (58,82,42). Sum of RGB (Red+Green+Blue) = 58+82+42=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #3A522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A522A is #C5ADD5. Grayscale: #464646. Windows color (decimal): -12955094 or 2773562. OLE color: 2773562.

HSL color Cylindrical-coordinate representation of color #3A522A: hue angle of 96º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A522A is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 42 -
CMYK 0.29 0 0.49 0.68
HSL 96º 0.32% 0.24% -
HSV(B) 96º 0.49% 0.32% -
XYZ 5.18 7.1 3.29 -
YUV 70.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 58 82 42 0.29 0 0.49 0.68 96 0.32 0.24
Hex 3A 52 2A 1D 0 31 44 60 20 18
Octal 72 122 52 35 0 61 104 140 40 30
Binary 111010 1010010 101010 11101 0 110001 1000100 1100000 100000 11000

Color Harmonies of #3A522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A522A

Black with #3A522A

Text Example


Text Example

White with #3A522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,82,42); }

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

background-color css

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

 a { background-color: rgb(58,82,42); }

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

border-color css

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

 span { border-color: rgb(58,82,42); }

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