Html Css Color HEX #3B5526 Mallard

📋 copy color: '#3B5526'

red 59 ◦ green 85 ◦ blue 38

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

Shades of Mallard #3B5526

Tints of Mallard #3B5526

RGB

 RED value IS 59 (23.44% from 255) = 32.42%

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

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

R = 32.42%
G = 46.7%
B = 20.88%

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

#3B5526 (or 0x3B5526) is known color: Mallard. HEX triplet: 3B, 55 and 26. RGB value is (59,85,38). Sum of RGB (Red+Green+Blue) = 59+85+38=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5526 is #C4AAD9. Grayscale: #484848. Windows color (decimal): -12888794 or 2512187. OLE color: 2512187.

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

Color convert

RGB 59 85 38 -
CMYK 0.31 0 0.55 0.67
HSL 93.19º 0.38% 0.24% -
HSV(B) 93.19º 0.55% 0.33% -
XYZ 5.4 7.57 3.01 -
YUV 71.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 59 85 38 0.31 0 0.55 0.67 93.19 0.38 0.24
Hex 3B 55 26 1F 0 37 43 5D 26 18
Octal 73 125 46 37 0 67 103 135 46 30
Binary 111011 1010101 100110 11111 0 110111 1000011 1011101 100110 11000

Color Harmonies of #3B5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5526

Black with #3B5526

Text Example


Text Example

White with #3B5526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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