#395126

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

Shades of Mallard #395126

Tints of Mallard #395126

Color information

#395126 (or 0x395126) is unknown color: approx Mallard. HEX triplet: 39, 51 and 26. RGB value is (57,81,38). Sum of RGB (Red+Green+Blue) = 57+81+38=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #395126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395126 is #C6AED9. Grayscale: #454545. Windows color (decimal): -13020890 or 2511161. OLE color: 2511161.

HSL color Cylindrical-coordinate representation of color #395126: hue angle of 93.49º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #395126 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB578138-
CMYK0.3000.530.68
HSL93.49º36.13%23.33%-
HSV(B)93.49º53.09%31.76%-
XYZ4.986.892.9-
YUV68.92110.55119.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=32.39%
G=46.02%
B=21.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781380.3000.530.6893.4936.1323.33
Hex3951261E035445d2417
Octal7112146360651041354427
Binary11100110100011001101111001101011000100101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395126; }

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

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

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

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

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

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

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

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