#363F2E

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

Shades of Mallard #363F2E

Tints of Mallard #363F2E

Color information

#363F2E (or 0x363F2E) is unknown color: approx Mallard. HEX triplet: 36, 3F and 2E. RGB value is (54,63,46). Sum of RGB (Red+Green+Blue) = 54+63+46=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #363F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F2E is #C9C0D1. Grayscale: #3A3A3A. Windows color (decimal): -13222098 or 3030838. OLE color: 3030838.

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

Color convert

RGB546346-
CMYK0.1400.270.75
HSL91.76º15.6%21.37%-
HSV(B)91.76º26.98%24.71%-
XYZ3.794.543.26-
YUV58.37121.02124.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=33.13%
G=38.65%
B=28.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5463460.1400.270.7591.7615.621.37
Hex363F2EE01B4B5c1015
Octal667756160331131342025
Binary1101101111111011101110011011100101110111001000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363F2E; }

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

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

<style>
 a { background-color: #363F2E; }

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

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

<style>
 span { border-color: #363F2E; }

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

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