#394730

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

Shades of Mallard #394730

Tints of Mallard #394730

Color information

#394730 (or 0x394730) is unknown color: approx Mallard. HEX triplet: 39, 47 and 30. RGB value is (57,71,48). Sum of RGB (Red+Green+Blue) = 57+71+48=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #394730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394730 is #C6B8CF. Grayscale: #404040. Windows color (decimal): -13023440 or 3163961. OLE color: 3163961.

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

Color convert

RGB577148-
CMYK0.2000.320.72
HSL96.52º19.33%23.33%-
HSV(B)96.52º32.39%27.84%-
XYZ4.475.593.64-
YUV64.19118.86122.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=32.39%
G=40.34%
B=27.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771480.2000.320.7296.5219.3323.33
Hex3947301402048611317
Octal7110760240401101412327
Binary1110011000111110000101000100000100100011000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394730; }

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

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

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

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

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

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

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

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