Html Css Color HEX #3A5526 Mallard

📋 copy color: '#3A5526'

red 58 ◦ green 85 ◦ blue 38

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

Shades of Mallard #3A5526

Tints of Mallard #3A5526

RGB

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

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

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

R = 32.04%
G = 46.96%
B = 20.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#3A5526 (or 0x3A5526) is known color: Mallard. HEX triplet: 3A, 55 and 26. RGB value is (58,85,38). Sum of RGB (Red+Green+Blue) = 58+85+38=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5526 is #C5AAD9. Grayscale: #474747. Windows color (decimal): -12954330 or 2512186. OLE color: 2512186.

HSL color Cylindrical-coordinate representation of color #3A5526: hue angle of 94.47º 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 #3A5526 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 38 -
CMYK 0.32 0 0.55 0.67
HSL 94.47º 0.38% 0.24% -
HSV(B) 94.47º 0.55% 0.33% -
XYZ 5.34 7.54 3.01 -
YUV 71.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 58 85 38 0.32 0 0.55 0.67 94.47 0.38 0.24
Hex 3A 55 26 20 0 37 43 5E 26 18
Octal 72 125 46 40 0 67 103 136 46 30
Binary 111010 1010101 100110 100000 0 110111 1000011 1011110 100110 11000

Color Harmonies of #3A5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5526

Black with #3A5526

Text Example


Text Example

White with #3A5526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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