#394F27

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

Shades of Mallard #394F27

Tints of Mallard #394F27

Color information

#394F27 (or 0x394F27) is unknown color: approx Mallard. HEX triplet: 39, 4F and 27. RGB value is (57,79,39). Sum of RGB (Red+Green+Blue) = 57+79+39=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #394F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F27 is #C6B0D8. Grayscale: #444444. Windows color (decimal): -13021401 or 2576185. OLE color: 2576185.

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

Color convert

RGB577939-
CMYK0.2800.510.69
HSL93º33.9%23.14%-
HSV(B)93º50.63%30.98%-
XYZ4.856.612.94-
YUV67.86111.71120.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=32.57%
G=45.14%
B=22.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779390.2800.510.699333.923.14
Hex394F271C033455d2217
Octal7111747340631051354227
Binary11100110011111001111110001100111000101101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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