Html Css Color HEX #394D26 Mallard

📋 copy color: '#394D26'

red 57 ◦ green 77 ◦ blue 38

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

Shades of Mallard #394D26

Tints of Mallard #394D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

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

R = 33.14%
G = 44.77%
B = 22.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#394D26 (or 0x394D26) is known color: Mallard. HEX triplet: 39, 4D and 26. RGB value is (57,77,38). Sum of RGB (Red+Green+Blue) = 57+77+38=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #394D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D26 is #C6B2D9. Grayscale: #424242. Windows color (decimal): -13021914 or 2510137. OLE color: 2510137.

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

Color convert

RGB 57 77 38 -
CMYK 0.26 0 0.51 0.70
HSL 90.77º 0.34% 0.23% -
HSV(B) 90.77º 0.51% 0.3% -
XYZ 4.69 6.32 2.81 -
YUV 66.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 57 77 38 0.26 0 0.51 0.70 90.77 0.34 0.23
Hex 39 4D 26 1A 0 33 46 5B 22 17
Octal 71 115 46 32 0 63 106 133 42 27
Binary 111001 1001101 100110 11010 0 110011 1000110 1011011 100010 10111

Color Harmonies of #394D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D26

Black with #394D26

Text Example


Text Example

White with #394D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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