Html Css Color HEX #3D4E2C Mallard

📋 copy color: '#3D4E2C'

red 61 ◦ green 78 ◦ blue 44

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

Shades of Mallard #3D4E2C

Tints of Mallard #3D4E2C

RGB

 RED value IS 61 (24.22% from 255) = 33.33%

 GREEN value IS 78 (30.86% from 255) = 42.62%

 BLUE value IS 44 (17.58% from 255) = 24.04%

R = 33.33%
G = 42.62%
B = 24.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#3D4E2C (or 0x3D4E2C) is known color: Mallard. HEX triplet: 3D, 4E and 2C. RGB value is (61,78,44). Sum of RGB (Red+Green+Blue) = 61+78+44=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E2C is #C2B1D3. Grayscale: #454545. Windows color (decimal): -12759508 or 2903613. OLE color: 2903613.

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

Color convert

RGB 61 78 44 -
CMYK 0.22 0 0.44 0.69
HSL 90º 0.28% 0.24% -
HSV(B) 90º 0.44% 0.31% -
XYZ 5.1 6.62 3.39 -
YUV 69.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 61 78 44 0.22 0 0.44 0.69 90 0.28 0.24
Hex 3D 4E 2C 16 0 2C 45 5A 1C 18
Octal 75 116 54 26 0 54 105 132 34 30
Binary 111101 1001110 101100 10110 0 101100 1000101 1011010 11100 11000

Color Harmonies of #3D4E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4E2C

Black with #3D4E2C

Text Example


Text Example

White with #3D4E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,78,44); }

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

background-color css

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

 a { background-color: rgb(61,78,44); }

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

border-color css

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

 span { border-color: rgb(61,78,44); }

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