#394630

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

Shades of Mallard #394630

Tints of Mallard #394630

Color information

#394630 (or 0x394630) is unknown color: approx Mallard. HEX triplet: 39, 46 and 30. RGB value is (57,70,48). Sum of RGB (Red+Green+Blue) = 57+70+48=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #394630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394630 is #C6B9CF. Grayscale: #3F3F3F. Windows color (decimal): -13023696 or 3163705. OLE color: 3163705.

HSL color Cylindrical-coordinate representation of color #394630: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394630 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB577048-
CMYK0.1900.310.73
HSL95.45º18.64%23.14%-
HSV(B)95.45º31.43%27.45%-
XYZ4.415.463.62-
YUV63.6119.19123.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=32.57%
G=40%
B=27.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770480.1900.310.7395.4518.6423.14
Hex3946301301F495f1317
Octal7110660230371111372327
Binary111001100011011000010011011111100100110111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394630; }

 p { color: rgb(57,70,48); }

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

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

 a { background-color: rgb(57,70,48); }

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

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

 span { border-color: rgb(57,70,48); }

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