Html Css Color HEX #3C522E Mallard

📋 copy color: '#3C522E'

red 60 ◦ green 82 ◦ blue 46

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

Shades of Mallard #3C522E

Tints of Mallard #3C522E

RGB

 RED value IS 60 (23.83% from 255) = 31.91%

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

 BLUE value IS 46 (18.36% from 255) = 24.47%

R = 31.91%
G = 43.62%
B = 24.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#3C522E (or 0x3C522E) is known color: Mallard. HEX triplet: 3C, 52 and 2E. RGB value is (60,82,46). Sum of RGB (Red+Green+Blue) = 60+82+46=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #3C522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C522E is #C3ADD1. Grayscale: #474747. Windows color (decimal): -12824018 or 3035708. OLE color: 3035708.

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

Color convert

RGB 60 82 46 -
CMYK 0.27 0 0.44 0.68
HSL 96.67º 0.28% 0.25% -
HSV(B) 96.67º 0.44% 0.32% -
XYZ 5.37 7.19 3.69 -
YUV 71.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 60 82 46 0.27 0 0.44 0.68 96.67 0.28 0.25
Hex 3C 52 2E 1B 0 2C 44 61 1C 19
Octal 74 122 56 33 0 54 104 141 34 31
Binary 111100 1010010 101110 11011 0 101100 1000100 1100001 11100 11001

Color Harmonies of #3C522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C522E

Black with #3C522E

Text Example


Text Example

White with #3C522E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,46); }

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

background-color css

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

 a { background-color: rgb(60,82,46); }

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

border-color css

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

 span { border-color: rgb(60,82,46); }

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