#375221

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

Shades of Mallard #375221

Tints of Mallard #375221

Color information

#375221 (or 0x375221) is unknown color: approx Mallard. HEX triplet: 37, 52 and 21. RGB value is (55,82,33). Sum of RGB (Red+Green+Blue) = 55+82+33=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #375221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375221 is #C8ADDE. Grayscale: #444444. Windows color (decimal): -13151711 or 2183735. OLE color: 2183735.

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

Color convert

RGB558233-
CMYK0.3300.600.68
HSL93.06º42.61%22.55%-
HSV(B)93.06º59.76%32.16%-
XYZ4.876.962.53-
YUV68.34108.05118.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=32.35%
G=48.24%
B=19.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582330.3300.600.6893.0642.6122.55
Hex3752212103C445d2b17
Octal6712241410741041355327
Binary110111101001010000110000101111001000100101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375221; }

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

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

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

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

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

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

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

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