#36402D

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

Shades of Mallard #36402D

Tints of Mallard #36402D

Color information

#36402D (or 0x36402D) is unknown color: approx Mallard. HEX triplet: 36, 40 and 2D. RGB value is (54,64,45). Sum of RGB (Red+Green+Blue) = 54+64+45=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #36402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36402D is #C9BFD2. Grayscale: #3A3A3A. Windows color (decimal): -13221843 or 2965558. OLE color: 2965558.

HSL color Cylindrical-coordinate representation of color #36402D: hue angle of 91.58º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36402D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB546445-
CMYK0.1600.300.75
HSL91.58º17.43%21.37%-
HSV(B)91.58º29.69%25.1%-
XYZ3.834.643.18-
YUV58.84120.19124.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=33.13%
G=39.26%
B=27.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464450.1600.300.7591.5817.4321.37
Hex36402D1001E4B5c1115
Octal6610055200361131342125
Binary110110100000010110110000011110100101110111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36402D; }

 p { color: rgb(54,64,45); }

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

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

 a { background-color: rgb(54,64,45); }

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

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

 span { border-color: rgb(54,64,45); }

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