#364B25

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

Shades of Mallard #364B25

Tints of Mallard #364B25

Color information

#364B25 (or 0x364B25) is unknown color: approx Mallard. HEX triplet: 36, 4B and 25. RGB value is (54,75,37). Sum of RGB (Red+Green+Blue) = 54+75+37=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #364B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B25 is #C9B4DA. Grayscale: #404040. Windows color (decimal): -13219035 or 2444086. OLE color: 2444086.

HSL color Cylindrical-coordinate representation of color #364B25: hue angle of 93.16º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #364B25 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB547537-
CMYK0.2800.510.71
HSL93.16º33.93%21.96%-
HSV(B)93.16º50.67%29.41%-
XYZ4.375.952.67-
YUV64.39112.54120.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=32.53%
G=45.18%
B=22.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475370.2800.510.7193.1633.9321.96
Hex364B251C033475d2216
Octal6611345340631071354226
Binary11011010010111001011110001100111000111101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B25; }

 p { color: rgb(54,75,37); }

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

<style>
 a { background-color: #364B25; }

 a { background-color: rgb(54,75,37); }

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

<style>
 span { border-color: #364B25; }

 span { border-color: rgb(54,75,37); }

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