Html Css Color HEX #3C4D32 Mallard

📋 copy color: '#3C4D32'

red 60 ◦ green 77 ◦ blue 50

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

Shades of Mallard #3C4D32

Tints of Mallard #3C4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 32.09%
G = 41.18%
B = 26.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#3C4D32 (or 0x3C4D32) is known color: Mallard. HEX triplet: 3C, 4D and 32. RGB value is (60,77,50). Sum of RGB (Red+Green+Blue) = 60+77+50=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D32 is #C3B2CD. Grayscale: #444444. Windows color (decimal): -12825294 or 3296572. OLE color: 3296572.

HSL color Cylindrical-coordinate representation of color #3C4D32: hue angle of 97.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C4D32 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 77 50 -
CMYK 0.22 0 0.35 0.70
HSL 97.78º 0.21% 0.25% -
HSV(B) 97.78º 0.35% 0.3% -
XYZ 5.09 6.5 4 -
YUV 68.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 60 77 50 0.22 0 0.35 0.70 97.78 0.21 0.25
Hex 3C 4D 32 16 0 23 46 62 15 19
Octal 74 115 62 26 0 43 106 142 25 31
Binary 111100 1001101 110010 10110 0 100011 1000110 1100010 10101 11001

Color Harmonies of #3C4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4D32

Black with #3C4D32

Text Example


Text Example

White with #3C4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,50); }

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

background-color css

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

 a { background-color: rgb(60,77,50); }

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

border-color css

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

 span { border-color: rgb(60,77,50); }

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