Html Css Color HEX #3A5522 Mallard

📋 copy color: '#3A5522'

red 58 ◦ green 85 ◦ blue 34

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

Shades of Mallard #3A5522

Tints of Mallard #3A5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 34 (13.67% from 255) = 19.21%

R = 32.77%
G = 48.02%
B = 19.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#3A5522 (or 0x3A5522) is known color: Mallard. HEX triplet: 3A, 55 and 22. RGB value is (58,85,34). Sum of RGB (Red+Green+Blue) = 58+85+34=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5522 is #C5AADD. Grayscale: #474747. Windows color (decimal): -12954334 or 2250042. OLE color: 2250042.

HSL color Cylindrical-coordinate representation of color #3A5522: hue angle of 91.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5522 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 34 -
CMYK 0.32 0 0.60 0.67
HSL 91.76º 0.43% 0.23% -
HSV(B) 91.76º 0.6% 0.33% -
XYZ 5.28 7.51 2.68 -
YUV 71.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 58 85 34 0.32 0 0.60 0.67 91.76 0.43 0.23
Hex 3A 55 22 20 0 3C 43 5C 2B 17
Octal 72 125 42 40 0 74 103 134 53 27
Binary 111010 1010101 100010 100000 0 111100 1000011 1011100 101011 10111

Color Harmonies of #3A5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5522

Black with #3A5522

Text Example


Text Example

White with #3A5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,34); }

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

background-color css

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

 a { background-color: rgb(58,85,34); }

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

border-color css

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

 span { border-color: rgb(58,85,34); }

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