Html Css Color HEX #394E2B Mallard

📋 copy color: '#394E2B'

red 57 ◦ green 78 ◦ blue 43

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

Shades of Mallard #394E2B

Tints of Mallard #394E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 32.02%
G = 43.82%
B = 24.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#394E2B (or 0x394E2B) is known color: Mallard. HEX triplet: 39, 4E and 2B. RGB value is (57,78,43). Sum of RGB (Red+Green+Blue) = 57+78+43=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #394E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E2B is #C6B1D4. Grayscale: #434343. Windows color (decimal): -13021653 or 2838073. OLE color: 2838073.

HSL color Cylindrical-coordinate representation of color #394E2B: hue angle of 96º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394E2B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 78 43 -
CMYK 0.27 0 0.45 0.69
HSL 96º 0.29% 0.24% -
HSV(B) 96º 0.45% 0.31% -
XYZ 4.85 6.49 3.28 -
YUV 67.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 57 78 43 0.27 0 0.45 0.69 96 0.29 0.24
Hex 39 4E 2B 1B 0 2D 45 60 1D 18
Octal 71 116 53 33 0 55 105 140 35 30
Binary 111001 1001110 101011 11011 0 101101 1000101 1100000 11101 11000

Color Harmonies of #394E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E2B

Black with #394E2B

Text Example


Text Example

White with #394E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,78,43); }

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

background-color css

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

 a { background-color: rgb(57,78,43); }

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

border-color css

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

 span { border-color: rgb(57,78,43); }

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