#365221

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

Shades of Mallard #365221

Tints of Mallard #365221

Color information

#365221 (or 0x365221) is unknown color: approx Mallard. HEX triplet: 36, 52 and 21. RGB value is (54,82,33). Sum of RGB (Red+Green+Blue) = 54+82+33=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #365221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365221 is #C9ADDE. Grayscale: #444444. Windows color (decimal): -13217247 or 2183734. OLE color: 2183734.

HSL color Cylindrical-coordinate representation of color #365221: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365221 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB548233-
CMYK0.3400.600.68
HSL94.29º42.61%22.55%-
HSV(B)94.29º59.76%32.16%-
XYZ4.816.932.52-
YUV68.04108.22117.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 82 (32.42% from 255) = 48.52%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=31.95%
G=48.52%
B=19.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482330.3400.600.6894.2942.6122.55
Hex3652212203C445e2b17
Octal6612241420741041365327
Binary110110101001010000110001001111001000100101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365221; }

 p { color: rgb(54,82,33); }

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

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

 a { background-color: rgb(54,82,33); }

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

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

 span { border-color: rgb(54,82,33); }

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