Html Css Color HEX #394332 Mallard

📋 copy color: '#394332'

red 57 ◦ green 67 ◦ blue 50

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

Shades of Mallard #394332

Tints of Mallard #394332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 32.76%
G = 38.51%
B = 28.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#394332 (or 0x394332) is known color: Mallard. HEX triplet: 39, 43 and 32. RGB value is (57,67,50). Sum of RGB (Red+Green+Blue) = 57+67+50=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #394332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394332 is #C6BCCD. Grayscale: #3E3E3E. Windows color (decimal): -13024462 or 3294009. OLE color: 3294009.

HSL color Cylindrical-coordinate representation of color #394332: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394332 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 67 50 -
CMYK 0.15 0 0.25 0.74
HSL 95.29º 0.15% 0.23% -
HSV(B) 95.29º 0.25% 0.26% -
XYZ 4.27 5.11 3.78 -
YUV 62.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 57 67 50 0.15 0 0.25 0.74 95.29 0.15 0.23
Hex 39 43 32 F 0 19 4A 5F F 17
Octal 71 103 62 17 0 31 112 137 17 27
Binary 111001 1000011 110010 1111 0 11001 1001010 1011111 1111 10111

Color Harmonies of #394332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394332

Black with #394332

Text Example


Text Example

White with #394332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394332; }

 p { color: rgb(57,67,50); }

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

background-color css

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

 a { background-color: rgb(57,67,50); }

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

border-color css

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

 span { border-color: rgb(57,67,50); }

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