#395524

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

Shades of Mallard #395524

Tints of Mallard #395524

Color information

#395524 (or 0x395524) is unknown color: approx Mallard. HEX triplet: 39, 55 and 24. RGB value is (57,85,36). Sum of RGB (Red+Green+Blue) = 57+85+36=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #395524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395524 is #C6AADB. Grayscale: #474747. Windows color (decimal): -13019868 or 2381113. OLE color: 2381113.

HSL color Cylindrical-coordinate representation of color #395524: hue angle of 94.29º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395524 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB578536-
CMYK0.3300.580.67
HSL94.29º40.5%23.73%-
HSV(B)94.29º57.65%33.33%-
XYZ5.257.492.84-
YUV71.04108.22117.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=32.02%
G=47.75%
B=20.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785360.3300.580.6794.2940.523.73
Hex3955242103A435e2818
Octal7112544410721031365030
Binary111001101010110010010000101110101000011101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395524; }

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

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

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

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

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

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

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

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