#394731

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

Shades of Mallard #394731

Tints of Mallard #394731

Color information

#394731 (or 0x394731) is unknown color: approx Mallard. HEX triplet: 39, 47 and 31. RGB value is (57,71,49). Sum of RGB (Red+Green+Blue) = 57+71+49=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #394731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394731 is #C6B8CE. Grayscale: #404040. Windows color (decimal): -13023439 or 3229497. OLE color: 3229497.

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

Color convert

RGB577149-
CMYK0.2000.310.72
HSL98.18º18.33%23.53%-
HSV(B)98.18º30.99%27.84%-
XYZ4.495.63.75-
YUV64.31119.36122.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=32.20%
G=40.11%
B=27.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771490.2000.310.7298.1818.3323.53
Hex3947311401F48621218
Octal7110761240371101422230
Binary111001100011111000110100011111100100011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394731; }

 p { color: rgb(57,71,49); }

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

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

 a { background-color: rgb(57,71,49); }

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

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

 span { border-color: rgb(57,71,49); }

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