Html Css Color HEX #3A5329 Mallard

📋 copy color: '#3A5329'

red 58 ◦ green 83 ◦ blue 41

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

Shades of Mallard #3A5329

Tints of Mallard #3A5329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 31.87%
G = 45.6%
B = 22.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#3A5329 (or 0x3A5329) is known color: Mallard. HEX triplet: 3A, 53 and 29. RGB value is (58,83,41). Sum of RGB (Red+Green+Blue) = 58+83+41=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5329 is #C5ACD6. Grayscale: #464646. Windows color (decimal): -12954839 or 2708282. OLE color: 2708282.

HSL color Cylindrical-coordinate representation of color #3A5329: hue angle of 95.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A5329 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 41 -
CMYK 0.30 0 0.51 0.67
HSL 95.71º 0.34% 0.24% -
HSV(B) 95.71º 0.51% 0.33% -
XYZ 5.24 7.25 3.22 -
YUV 70.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 58 83 41 0.30 0 0.51 0.67 95.71 0.34 0.24
Hex 3A 53 29 1E 0 33 43 60 22 18
Octal 72 123 51 36 0 63 103 140 42 30
Binary 111010 1010011 101001 11110 0 110011 1000011 1100000 100010 11000

Color Harmonies of #3A5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5329

Black with #3A5329

Text Example


Text Example

White with #3A5329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,41); }

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

background-color css

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

 a { background-color: rgb(58,83,41); }

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

border-color css

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

 span { border-color: rgb(58,83,41); }

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