Html Css Color HEX #394A2C Mallard

📋 copy color: '#394A2C'

red 57 ◦ green 74 ◦ blue 44

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

Shades of Mallard #394A2C

Tints of Mallard #394A2C

RGB

 RED value IS 57 (22.66% from 255) = 32.57%

 GREEN value IS 74 (29.3% from 255) = 42.29%

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

R = 32.57%
G = 42.29%
B = 25.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#394A2C (or 0x394A2C) is known color: Mallard. HEX triplet: 39, 4A and 2C. RGB value is (57,74,44). Sum of RGB (Red+Green+Blue) = 57+74+44=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #394A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A2C is #C6B5D3. Grayscale: #414141. Windows color (decimal): -13022676 or 2902585. OLE color: 2902585.

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

Color convert

RGB 57 74 44 -
CMYK 0.23 0 0.41 0.71
HSL 94º 0.25% 0.23% -
HSV(B) 94º 0.41% 0.29% -
XYZ 4.59 5.95 3.29 -
YUV 65.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 57 74 44 0.23 0 0.41 0.71 94 0.25 0.23
Hex 39 4A 2C 17 0 29 47 5E 19 17
Octal 71 112 54 27 0 51 107 136 31 27
Binary 111001 1001010 101100 10111 0 101001 1000111 1011110 11001 10111

Color Harmonies of #394A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A2C

Black with #394A2C

Text Example


Text Example

White with #394A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394A2C; }

 p { color: rgb(57,74,44); }

 H1.HeaderClassName
 {
   color: #394A2C;
 }
 .AnyTagClassName
 {
   color: #394A2C;
 }
</style>

background-color css

<style>
 a { background-color: #394A2C; }

 a { background-color: rgb(57,74,44); }

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

border-color css

<style>
 span { border-color: #394A2C; }

 span { border-color: rgb(57,74,44); }

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