#394F26

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

Shades of Mallard #394F26

Tints of Mallard #394F26

Color information

#394F26 (or 0x394F26) is unknown color: approx Mallard. HEX triplet: 39, 4F and 26. RGB value is (57,79,38). Sum of RGB (Red+Green+Blue) = 57+79+38=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #394F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F26 is #C6B0D9. Grayscale: #434343. Windows color (decimal): -13021402 or 2510649. OLE color: 2510649.

HSL color Cylindrical-coordinate representation of color #394F26: hue angle of 92.2º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394F26 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB577938-
CMYK0.2800.520.69
HSL92.2º35.04%22.94%-
HSV(B)92.2º51.9%30.98%-
XYZ4.836.62.85-
YUV67.75111.21120.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=32.76%
G=45.40%
B=21.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779380.2800.520.6992.235.0422.94
Hex394F261C034455c2317
Octal7111746340641051344327
Binary11100110011111001101110001101001000101101110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,79,38); }

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

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

 a { background-color: rgb(57,79,38); }

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

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

 span { border-color: rgb(57,79,38); }

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