Html Css Color HEX #3C4F2E Mallard

📋 copy color: '#3C4F2E'

red 60 ◦ green 79 ◦ blue 46

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

Shades of Mallard #3C4F2E

Tints of Mallard #3C4F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.7%

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

R = 32.43%
G = 42.7%
B = 24.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#3C4F2E (or 0x3C4F2E) is known color: Mallard. HEX triplet: 3C, 4F and 2E. RGB value is (60,79,46). Sum of RGB (Red+Green+Blue) = 60+79+46=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4F2E is #C3B0D1. Grayscale: #454545. Windows color (decimal): -12824786 or 3034940. OLE color: 3034940.

HSL color Cylindrical-coordinate representation of color #3C4F2E: hue angle of 94.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C4F2E is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 79 46 -
CMYK 0.24 0 0.42 0.69
HSL 94.55º 0.26% 0.25% -
HSV(B) 94.55º 0.42% 0.31% -
XYZ 5.15 6.75 3.62 -
YUV 69.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 60 79 46 0.24 0 0.42 0.69 94.55 0.26 0.25
Hex 3C 4F 2E 18 0 2A 45 5F 1A 19
Octal 74 117 56 30 0 52 105 137 32 31
Binary 111100 1001111 101110 11000 0 101010 1000101 1011111 11010 11001

Color Harmonies of #3C4F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4F2E

Black with #3C4F2E

Text Example


Text Example

White with #3C4F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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