#36472A

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

Shades of Mallard #36472A

Tints of Mallard #36472A

Color information

#36472A (or 0x36472A) is unknown color: approx Mallard. HEX triplet: 36, 47 and 2A. RGB value is (54,71,42). Sum of RGB (Red+Green+Blue) = 54+71+42=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #36472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36472A is #C9B8D5. Grayscale: #3E3E3E. Windows color (decimal): -13220054 or 2770742. OLE color: 2770742.

HSL color Cylindrical-coordinate representation of color #36472A: hue angle of 95.17º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36472A is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB547142-
CMYK0.2400.410.72
HSL95.17º25.66%22.16%-
HSV(B)95.17º40.85%27.84%-
XYZ4.195.463.02-
YUV62.61116.37121.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=32.34%
G=42.51%
B=25.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5471420.2400.410.7295.1725.6622.16
Hex36472A18029485f1a16
Octal6610752300511101373226
Binary1101101000111101010110000101001100100010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36472A; }

 p { color: rgb(54,71,42); }

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

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

 a { background-color: rgb(54,71,42); }

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

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

 span { border-color: rgb(54,71,42); }

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