#36422E

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

Shades of Mallard #36422E

Tints of Mallard #36422E

Color information

#36422E (or 0x36422E) is unknown color: approx Mallard. HEX triplet: 36, 42 and 2E. RGB value is (54,66,46). Sum of RGB (Red+Green+Blue) = 54+66+46=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #36422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36422E is #C9BDD1. Grayscale: #3C3C3C. Windows color (decimal): -13221330 or 3031606. OLE color: 3031606.

HSL color Cylindrical-coordinate representation of color #36422E: hue angle of 96º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36422E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB546646-
CMYK0.1800.300.74
HSL96º17.86%21.96%-
HSV(B)96º30.3%25.88%-
XYZ3.964.883.32-
YUV60.13120.02123.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=32.53%
G=39.76%
B=27.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466460.1800.300.749617.8621.96
Hex36422E1201E4A601216
Octal6610256220361121402226
Binary110110100001010111010010011110100101011000001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36422E; }

 p { color: rgb(54,66,46); }

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

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

 a { background-color: rgb(54,66,46); }

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

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

 span { border-color: rgb(54,66,46); }

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