Html Css Color HEX #3A5224 Mallard

📋 copy color: '#3A5224'

red 58 ◦ green 82 ◦ blue 36

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

Shades of Mallard #3A5224

Tints of Mallard #3A5224

RGB

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

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

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

R = 32.95%
G = 46.59%
B = 20.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#3A5224 (or 0x3A5224) is known color: Mallard. HEX triplet: 3A, 52 and 24. RGB value is (58,82,36). Sum of RGB (Red+Green+Blue) = 58+82+36=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5224 is #C5ADDB. Grayscale: #454545. Windows color (decimal): -12955100 or 2380346. OLE color: 2380346.

HSL color Cylindrical-coordinate representation of color #3A5224: hue angle of 91.3º 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 #3A5224 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 36 -
CMYK 0.29 0 0.56 0.68
HSL 91.3º 0.39% 0.23% -
HSV(B) 91.3º 0.56% 0.32% -
XYZ 5.08 7.06 2.76 -
YUV 69.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 58 82 36 0.29 0 0.56 0.68 91.3 0.39 0.23
Hex 3A 52 24 1D 0 38 44 5B 27 17
Octal 72 122 44 35 0 70 104 133 47 27
Binary 111010 1010010 100100 11101 0 111000 1000100 1011011 100111 10111

Color Harmonies of #3A5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5224

Black with #3A5224

Text Example


Text Example

White with #3A5224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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