#36402F

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

Shades of Mallard #36402F

Tints of Mallard #36402F

Color information

#36402F (or 0x36402F) is unknown color: approx Mallard. HEX triplet: 36, 40 and 2F. RGB value is (54,64,47). Sum of RGB (Red+Green+Blue) = 54+64+47=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #36402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36402F is #C9BFD0. Grayscale: #3B3B3B. Windows color (decimal): -13221841 or 3096630. OLE color: 3096630.

HSL color Cylindrical-coordinate representation of color #36402F: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36402F is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB546447-
CMYK0.1600.270.75
HSL95.29º15.32%21.76%-
HSV(B)95.29º26.56%25.1%-
XYZ3.874.663.38-
YUV59.07121.19124.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=32.73%
G=38.79%
B=28.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464470.1600.270.7595.2915.3221.76
Hex36402F1001B4B5ff16
Octal6610057200331131371726
Binary11011010000001011111000001101110010111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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