#394233

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

Shades of Mallard #394233

Tints of Mallard #394233

Color information

#394233 (or 0x394233) is unknown color: approx Mallard. HEX triplet: 39, 42 and 33. RGB value is (57,66,51). Sum of RGB (Red+Green+Blue) = 57+66+51=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #394233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394233 is #C6BDCC. Grayscale: #3D3D3D. Windows color (decimal): -13024717 or 3359289. OLE color: 3359289.

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

Color convert

RGB576651-
CMYK0.1400.230.74
HSL96º12.82%22.94%-
HSV(B)96º22.73%25.88%-
XYZ4.235.013.87-
YUV61.6122.02124.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=32.76%
G=37.93%
B=29.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766510.1400.230.749612.8222.94
Hex394233E0174A60d17
Octal7110263160271121401527
Binary1110011000010110011111001011110010101100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394233; }

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

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

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

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

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

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

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

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