#36462A

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

Shades of Mallard #36462A

Tints of Mallard #36462A

Color information

#36462A (or 0x36462A) is unknown color: approx Mallard. HEX triplet: 36, 46 and 2A. RGB value is (54,70,42). Sum of RGB (Red+Green+Blue) = 54+70+42=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #36462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36462A is #C9B9D5. Grayscale: #3E3E3E. Windows color (decimal): -13220310 or 2770486. OLE color: 2770486.

HSL color Cylindrical-coordinate representation of color #36462A: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36462A is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB547042-
CMYK0.2300.400.73
HSL94.29º25%21.96%-
HSV(B)94.29º40%27.45%-
XYZ4.135.333-
YUV62.02116.7122.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=32.53%
G=42.17%
B=25.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470420.2300.400.7394.292521.96
Hex36462A17028495e1916
Octal6610652270501111363126
Binary1101101000110101010101110101000100100110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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