Html Css Color HEX #3A5424 Mallard

📋 copy color: '#3A5424'

red 58 ◦ green 84 ◦ blue 36

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

Shades of Mallard #3A5424

Tints of Mallard #3A5424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 32.58%
G = 47.19%
B = 20.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#3A5424 (or 0x3A5424) is known color: Mallard. HEX triplet: 3A, 54 and 24. RGB value is (58,84,36). Sum of RGB (Red+Green+Blue) = 58+84+36=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5424 is #C5ABDB. Grayscale: #464646. Windows color (decimal): -12954588 or 2380858. OLE color: 2380858.

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

Color convert

RGB 58 84 36 -
CMYK 0.31 0 0.57 0.67
HSL 92.5º 0.4% 0.24% -
HSV(B) 92.5º 0.57% 0.33% -
XYZ 5.23 7.37 2.82 -
YUV 70.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 58 84 36 0.31 0 0.57 0.67 92.5 0.4 0.24
Hex 3A 54 24 1F 0 39 43 5C 28 18
Octal 72 124 44 37 0 71 103 134 50 30
Binary 111010 1010100 100100 11111 0 111001 1000011 1011100 101000 11000

Color Harmonies of #3A5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5424

Black with #3A5424

Text Example


Text Example

White with #3A5424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,36); }

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

background-color css

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

 a { background-color: rgb(58,84,36); }

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

border-color css

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

 span { border-color: rgb(58,84,36); }

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