#36541E

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

Shades of Mallard #36541E

Tints of Mallard #36541E

Color information

#36541E (or 0x36541E) is unknown color: approx Mallard. HEX triplet: 36, 54 and 1E. RGB value is (54,84,30). Sum of RGB (Red+Green+Blue) = 54+84+30=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #36541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36541E is #C9ABE1. Grayscale: #454545. Windows color (decimal): -13216738 or 1987638. OLE color: 1987638.

HSL color Cylindrical-coordinate representation of color #36541E: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36541E is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB548430-
CMYK0.3600.640.67
HSL93.33º47.37%22.35%-
HSV(B)93.33º64.29%32.94%-
XYZ4.937.222.36-
YUV68.87106.06117.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=32.14%
G=50%
B=17.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484300.3600.640.6793.3347.3722.35
Hex36541E24040435d2f16
Octal66124364401001031355726
Binary110110101010011110100100010000001000011101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36541E; }

 p { color: rgb(54,84,30); }

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

<style>
 a { background-color: #36541E; }

 a { background-color: rgb(54,84,30); }

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

<style>
 span { border-color: #36541E; }

 span { border-color: rgb(54,84,30); }

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