#375520

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

Shades of Mallard #375520

Tints of Mallard #375520

Color information

#375520 (or 0x375520) is unknown color: approx Mallard. HEX triplet: 37, 55 and 20. RGB value is (55,85,32). Sum of RGB (Red+Green+Blue) = 55+85+32=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #375520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375520 is #C8AADF. Grayscale: #464646. Windows color (decimal): -13150944 or 2118967. OLE color: 2118967.

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

Color convert

RGB558532-
CMYK0.3500.620.67
HSL93.96º45.3%22.94%-
HSV(B)93.96º62.35%33.33%-
XYZ5.087.412.53-
YUV69.99106.56117.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=31.98%
G=49.42%
B=18.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585320.3500.620.6793.9645.322.94
Hex3755202303E435e2d17
Octal6712540430761031365527
Binary110111101010110000010001101111101000011101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375520; }

 p { color: rgb(55,85,32); }

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

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

 a { background-color: rgb(55,85,32); }

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

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

 span { border-color: rgb(55,85,32); }

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