#395324

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

Shades of Mallard #395324

Tints of Mallard #395324

Color information

#395324 (or 0x395324) is unknown color: approx Mallard. HEX triplet: 39, 53 and 24. RGB value is (57,83,36). Sum of RGB (Red+Green+Blue) = 57+83+36=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #395324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395324 is #C6ACDB. Grayscale: #464646. Windows color (decimal): -13020380 or 2380601. OLE color: 2380601.

HSL color Cylindrical-coordinate representation of color #395324: hue angle of 93.19º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395324 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB578336-
CMYK0.3100.570.67
HSL93.19º39.5%23.33%-
HSV(B)93.19º56.63%32.55%-
XYZ5.17.182.79-
YUV69.87108.89118.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=32.39%
G=47.16%
B=20.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783360.3100.570.6793.1939.523.33
Hex3953241F039435d2717
Octal7112344370711031354727
Binary11100110100111001001111101110011000011101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395324; }

 p { color: rgb(57,83,36); }

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

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

 a { background-color: rgb(57,83,36); }

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

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

 span { border-color: rgb(57,83,36); }

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