#385324

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

Shades of Mallard #385324

Tints of Mallard #385324

Color information

#385324 (or 0x385324) is unknown color: approx Mallard. HEX triplet: 38, 53 and 24. RGB value is (56,83,36). Sum of RGB (Red+Green+Blue) = 56+83+36=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #385324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385324 is #C7ACDB. Grayscale: #454545. Windows color (decimal): -13085916 or 2380600. OLE color: 2380600.

HSL color Cylindrical-coordinate representation of color #385324: hue angle of 94.47º 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 #385324 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB568336-
CMYK0.3300.570.67
HSL94.47º39.5%23.33%-
HSV(B)94.47º56.63%32.55%-
XYZ5.047.152.78-
YUV69.57109.05118.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=32%
G=47.43%
B=20.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683360.3300.570.6794.4739.523.33
Hex38532421039435e2717
Octal7012344410711031364727
Binary111000101001110010010000101110011000011101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385324; }

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

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

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

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

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

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

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

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