#375122

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

Shades of Mallard #375122

Tints of Mallard #375122

Color information

#375122 (or 0x375122) is unknown color: approx Mallard. HEX triplet: 37, 51 and 22. RGB value is (55,81,34). Sum of RGB (Red+Green+Blue) = 55+81+34=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #375122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375122 is #C8AEDD. Grayscale: #444444. Windows color (decimal): -13151966 or 2249015. OLE color: 2249015.

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

Color convert

RGB558134-
CMYK0.3200.580.68
HSL93.19º40.87%22.55%-
HSV(B)93.19º58.02%31.76%-
XYZ4.816.812.57-
YUV67.87108.89118.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 34 (13.67% from 255) = 20%
R=32.35%
G=47.65%
B=20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581340.3200.580.6893.1940.8722.55
Hex3751222003A445d2917
Octal6712142400721041355127
Binary110111101000110001010000001110101000100101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375122; }

 p { color: rgb(55,81,34); }

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

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

 a { background-color: rgb(55,81,34); }

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

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

 span { border-color: rgb(55,81,34); }

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