Html Css Color HEX #3C4931 Mallard

📋 copy color: '#3C4931'

red 60 ◦ green 73 ◦ blue 49

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

Shades of Mallard #3C4931

Tints of Mallard #3C4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 32.97%
G = 40.11%
B = 26.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#3C4931 (or 0x3C4931) is known color: Mallard. HEX triplet: 3C, 49 and 31. RGB value is (60,73,49). Sum of RGB (Red+Green+Blue) = 60+73+49=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4931 is #C3B6CE. Grayscale: #424242. Windows color (decimal): -12826319 or 3230012. OLE color: 3230012.

HSL color Cylindrical-coordinate representation of color #3C4931: hue angle of 92.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4931 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 49 -
CMYK 0.18 0 0.33 0.71
HSL 92.5º 0.2% 0.24% -
HSV(B) 92.5º 0.33% 0.29% -
XYZ 4.8 5.95 3.8 -
YUV 66.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 60 73 49 0.18 0 0.33 0.71 92.5 0.2 0.24
Hex 3C 49 31 12 0 21 47 5C 14 18
Octal 74 111 61 22 0 41 107 134 24 30
Binary 111100 1001001 110001 10010 0 100001 1000111 1011100 10100 11000

Color Harmonies of #3C4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4931

Black with #3C4931

Text Example


Text Example

White with #3C4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,49); }

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

background-color css

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

 a { background-color: rgb(60,73,49); }

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

border-color css

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

 span { border-color: rgb(60,73,49); }

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