Html Css Color HEX #394D28 Mallard

📋 copy color: '#394D28'

red 57 ◦ green 77 ◦ blue 40

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

Shades of Mallard #394D28

Tints of Mallard #394D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 32.76%
G = 44.25%
B = 22.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#394D28 (or 0x394D28) is known color: Mallard. HEX triplet: 39, 4D and 28. RGB value is (57,77,40). Sum of RGB (Red+Green+Blue) = 57+77+40=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #394D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D28 is #C6B2D7. Grayscale: #424242. Windows color (decimal): -13021912 or 2641209. OLE color: 2641209.

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

Color convert

RGB 57 77 40 -
CMYK 0.26 0 0.48 0.70
HSL 92.43º 0.32% 0.23% -
HSV(B) 92.43º 0.48% 0.3% -
XYZ 4.72 6.33 2.98 -
YUV 66.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 57 77 40 0.26 0 0.48 0.70 92.43 0.32 0.23
Hex 39 4D 28 1A 0 30 46 5C 20 17
Octal 71 115 50 32 0 60 106 134 40 27
Binary 111001 1001101 101000 11010 0 110000 1000110 1011100 100000 10111

Color Harmonies of #394D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D28

Black with #394D28

Text Example


Text Example

White with #394D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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