Html Css Color HEX #3C4934 Mallard

📋 copy color: '#3C4934'

red 60 ◦ green 73 ◦ blue 52

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

Shades of Mallard #3C4934

Tints of Mallard #3C4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 32.43%
G = 39.46%
B = 28.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#3C4934 (or 0x3C4934) is known color: Mallard. HEX triplet: 3C, 49 and 34. RGB value is (60,73,52). Sum of RGB (Red+Green+Blue) = 60+73+52=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4934 is #C3B6CB. Grayscale: #424242. Windows color (decimal): -12826316 or 3426620. OLE color: 3426620.

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

Color convert

RGB 60 73 52 -
CMYK 0.18 0 0.29 0.71
HSL 97.14º 0.17% 0.25% -
HSV(B) 97.14º 0.29% 0.29% -
XYZ 4.87 5.97 4.15 -
YUV 66.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 60 73 52 0.18 0 0.29 0.71 97.14 0.17 0.25
Hex 3C 49 34 12 0 1D 47 61 11 19
Octal 74 111 64 22 0 35 107 141 21 31
Binary 111100 1001001 110100 10010 0 11101 1000111 1100001 10001 11001

Color Harmonies of #3C4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4934

Black with #3C4934

Text Example


Text Example

White with #3C4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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