Html Css Color HEX #3A5426 Mallard

📋 copy color: '#3A5426'

red 58 ◦ green 84 ◦ blue 38

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

Shades of Mallard #3A5426

Tints of Mallard #3A5426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 32.22%
G = 46.67%
B = 21.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#3A5426 (or 0x3A5426) is known color: Mallard. HEX triplet: 3A, 54 and 26. RGB value is (58,84,38). Sum of RGB (Red+Green+Blue) = 58+84+38=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5426 is #C5ABD9. Grayscale: #474747. Windows color (decimal): -12954586 or 2511930. OLE color: 2511930.

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

Color convert

RGB 58 84 38 -
CMYK 0.31 0 0.55 0.67
HSL 93.91º 0.38% 0.24% -
HSV(B) 93.91º 0.55% 0.33% -
XYZ 5.27 7.38 2.98 -
YUV 70.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 58 84 38 0.31 0 0.55 0.67 93.91 0.38 0.24
Hex 3A 54 26 1F 0 37 43 5E 26 18
Octal 72 124 46 37 0 67 103 136 46 30
Binary 111010 1010100 100110 11111 0 110111 1000011 1011110 100110 11000

Color Harmonies of #3A5426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5426

Black with #3A5426

Text Example


Text Example

White with #3A5426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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