#395025

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

Shades of Mallard #395025

Tints of Mallard #395025

Color information

#395025 (or 0x395025) is unknown color: approx Mallard. HEX triplet: 39, 50 and 25. RGB value is (57,80,37). Sum of RGB (Red+Green+Blue) = 57+80+37=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #395025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395025 is #C6AFDA. Grayscale: #444444. Windows color (decimal): -13021147 or 2445369. OLE color: 2445369.

HSL color Cylindrical-coordinate representation of color #395025: hue angle of 92.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #395025 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB578037-
CMYK0.2900.540.69
HSL92.09º36.75%22.94%-
HSV(B)92.09º53.75%31.37%-
XYZ4.896.742.79-
YUV68.22110.38120-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=32.76%
G=45.98%
B=21.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780370.2900.540.6992.0936.7522.94
Hex3950251D036455c2517
Octal7112045350661051344527
Binary11100110100001001011110101101101000101101110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395025; }

 p { color: rgb(57,80,37); }

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

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

 a { background-color: rgb(57,80,37); }

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

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

 span { border-color: rgb(57,80,37); }

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