#394B28

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

Shades of Mallard #394B28

Tints of Mallard #394B28

Color information

#394B28 (or 0x394B28) is unknown color: approx Mallard. HEX triplet: 39, 4B and 28. RGB value is (57,75,40). Sum of RGB (Red+Green+Blue) = 57+75+40=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #394B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B28 is #C6B4D7. Grayscale: #414141. Windows color (decimal): -13022424 or 2640697. OLE color: 2640697.

HSL color Cylindrical-coordinate representation of color #394B28: hue angle of 90.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394B28 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB577540-
CMYK0.2400.470.71
HSL90.86º30.43%22.55%-
HSV(B)90.86º46.67%29.41%-
XYZ4.596.062.93-
YUV65.63113.54121.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=33.14%
G=43.60%
B=23.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775400.2400.470.7190.8630.4322.55
Hex394B281802F475b1e17
Octal7111350300571071333627
Binary1110011001011101000110000101111100011110110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B28; }

 p { color: rgb(57,75,40); }

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

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

 a { background-color: rgb(57,75,40); }

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

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

 span { border-color: rgb(57,75,40); }

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