Html Css Color HEX #394D27 Mallard

📋 copy color: '#394D27'

red 57 ◦ green 77 ◦ blue 39

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

Shades of Mallard #394D27

Tints of Mallard #394D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 32.95%
G = 44.51%
B = 22.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#394D27 (or 0x394D27) is known color: Mallard. HEX triplet: 39, 4D and 27. RGB value is (57,77,39). Sum of RGB (Red+Green+Blue) = 57+77+39=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #394D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D27 is #C6B2D8. Grayscale: #424242. Windows color (decimal): -13021913 or 2575673. OLE color: 2575673.

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

Color convert

RGB 57 77 39 -
CMYK 0.26 0 0.49 0.70
HSL 91.58º 0.33% 0.23% -
HSV(B) 91.58º 0.49% 0.3% -
XYZ 4.71 6.32 2.89 -
YUV 66.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 57 77 39 0.26 0 0.49 0.70 91.58 0.33 0.23
Hex 39 4D 27 1A 0 31 46 5C 21 17
Octal 71 115 47 32 0 61 106 134 41 27
Binary 111001 1001101 100111 11010 0 110001 1000110 1011100 100001 10111

Color Harmonies of #394D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D27

Black with #394D27

Text Example


Text Example

White with #394D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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