#394F2A

Color #394F2A Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #394F2A

Tints of Mallard #394F2A

Color information

#394F2A (or 0x394F2A) is unknown color: approx Mallard. HEX triplet: 39, 4F and 2A. RGB value is (57,79,42). Sum of RGB (Red+Green+Blue) = 57+79+42=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #394F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F2A is #C6B0D5. Grayscale: #444444. Windows color (decimal): -13021398 or 2772793. OLE color: 2772793.

HSL color Cylindrical-coordinate representation of color #394F2A: hue angle of 95.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394F2A is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB577942-
CMYK0.2800.470.69
HSL95.68º30.58%23.73%-
HSV(B)95.68º46.84%30.98%-
XYZ4.96.633.21-
YUV68.2113.21120.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=32.02%
G=44.38%
B=23.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779420.2800.470.6995.6830.5823.73
Hex394F2A1C02F45601f18
Octal7111752340571051403730
Binary1110011001111101010111000101111100010111000001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,79,42); }

 H1.HeaderClassName
 {
   color: #394F2A;
 }
 .AnyTagClassName
 {
   color: #394F2A;
 }
</style>
background-color css

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

 a { background-color: rgb(57,79,42); }

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

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

 span { border-color: rgb(57,79,42); }

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