Html Css Color HEX #3B5224 Mallard

📋 copy color: '#3B5224'

red 59 ◦ green 82 ◦ blue 36

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

Shades of Mallard #3B5224

Tints of Mallard #3B5224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.33%

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

R = 33.33%
G = 46.33%
B = 20.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#3B5224 (or 0x3B5224) is known color: Mallard. HEX triplet: 3B, 52 and 24. RGB value is (59,82,36). Sum of RGB (Red+Green+Blue) = 59+82+36=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5224 is #C4ADDB. Grayscale: #464646. Windows color (decimal): -12889564 or 2380347. OLE color: 2380347.

HSL color Cylindrical-coordinate representation of color #3B5224: hue angle of 90º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B5224 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 82 36 -
CMYK 0.28 0 0.56 0.68
HSL 90º 0.39% 0.23% -
HSV(B) 90º 0.56% 0.32% -
XYZ 5.14 7.09 2.77 -
YUV 69.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 59 82 36 0.28 0 0.56 0.68 90 0.39 0.23
Hex 3B 52 24 1C 0 38 44 5A 27 17
Octal 73 122 44 34 0 70 104 132 47 27
Binary 111011 1010010 100100 11100 0 111000 1000100 1011010 100111 10111

Color Harmonies of #3B5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5224

Black with #3B5224

Text Example


Text Example

White with #3B5224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,36); }

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

background-color css

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

 a { background-color: rgb(59,82,36); }

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

border-color css

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

 span { border-color: rgb(59,82,36); }

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