#3C4934

Color #3C4934 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #3C4934

Tints of Mallard #3C4934

Color information

#3C4934 (or 0x3C4934) is unknown color: approx 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

RGB607352-
CMYK0.1800.290.71
HSL97.14º16.8%24.51%-
HSV(B)97.14º28.77%28.63%-
XYZ4.875.974.15-
YUV66.72119.69123.21-

RGB Variations

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

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.70% from 255) = 28.11%
R=32.43%
G=39.46%
B=28.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6073520.1800.290.7197.1416.824.51
Hex3C49341201D47611119
Octal7411164220351071412131
Binary111100100100111010010010011101100011111000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>