#394230

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

Shades of Mallard #394230

Tints of Mallard #394230

Color information

#394230 (or 0x394230) is unknown color: approx Mallard. HEX triplet: 39, 42 and 30. RGB value is (57,66,48). Sum of RGB (Red+Green+Blue) = 57+66+48=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #394230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394230 is #C6BDCF. Grayscale: #3D3D3D. Windows color (decimal): -13024720 or 3162681. OLE color: 3162681.

HSL color Cylindrical-coordinate representation of color #394230: hue angle of 90º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394230 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB576648-
CMYK0.1400.270.74
HSL90º15.79%22.35%-
HSV(B)90º27.27%25.88%-
XYZ4.174.983.54-
YUV61.26120.52124.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=33.33%
G=38.60%
B=28.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766480.1400.270.749015.7922.35
Hex394230E01B4A5a1016
Octal7110260160331121322026
Binary11100110000101100001110011011100101010110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394230; }

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

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

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

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

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

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

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

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