Html Css Color HEX #394E26 Mallard

📋 copy color: '#394E26'

red 57 ◦ green 78 ◦ blue 38

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

Shades of Mallard #394E26

Tints of Mallard #394E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 32.95%
G = 45.09%
B = 21.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#394E26 (or 0x394E26) is known color: Mallard. HEX triplet: 39, 4E and 26. RGB value is (57,78,38). Sum of RGB (Red+Green+Blue) = 57+78+38=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #394E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E26 is #C6B1D9. Grayscale: #434343. Windows color (decimal): -13021658 or 2510393. OLE color: 2510393.

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

Color convert

RGB 57 78 38 -
CMYK 0.27 0 0.51 0.69
HSL 91.5º 0.34% 0.23% -
HSV(B) 91.5º 0.51% 0.31% -
XYZ 4.76 6.46 2.83 -
YUV 67.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 57 78 38 0.27 0 0.51 0.69 91.5 0.34 0.23
Hex 39 4E 26 1B 0 33 45 5C 22 17
Octal 71 116 46 33 0 63 105 134 42 27
Binary 111001 1001110 100110 11011 0 110011 1000101 1011100 100010 10111

Color Harmonies of #394E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E26

Black with #394E26

Text Example


Text Example

White with #394E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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