Html Css Color HEX #394134 Mallard

📋 copy color: '#394134'

red 57 ◦ green 65 ◦ blue 52

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

Shades of Mallard #394134

Tints of Mallard #394134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 32.76%
G = 37.36%
B = 29.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#394134 (or 0x394134) is known color: Mallard. HEX triplet: 39, 41 and 34. RGB value is (57,65,52). Sum of RGB (Red+Green+Blue) = 57+65+52=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #394134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394134 is #C6BECB. Grayscale: #3D3D3D. Windows color (decimal): -13024972 or 3424569. OLE color: 3424569.

HSL color Cylindrical-coordinate representation of color #394134: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394134 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 52 -
CMYK 0.12 0 0.20 0.75
HSL 96.92º 0.11% 0.23% -
HSV(B) 96.92º 0.2% 0.25% -
XYZ 4.2 4.9 3.97 -
YUV 61.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 57 65 52 0.12 0 0.20 0.75 96.92 0.11 0.23
Hex 39 41 34 C 0 14 4B 61 B 17
Octal 71 101 64 14 0 24 113 141 13 27
Binary 111001 1000001 110100 1100 0 10100 1001011 1100001 1011 10111

Color Harmonies of #394134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394134

Black with #394134

Text Example


Text Example

White with #394134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394134; }

 p { color: rgb(57,65,52); }

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

background-color css

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

 a { background-color: rgb(57,65,52); }

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

border-color css

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

 span { border-color: rgb(57,65,52); }

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