#364929

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

Shades of Mallard #364929

Tints of Mallard #364929

Color information

#364929 (or 0x364929) is unknown color: approx Mallard. HEX triplet: 36, 49 and 29. RGB value is (54,73,41). Sum of RGB (Red+Green+Blue) = 54+73+41=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #364929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364929 is #C9B6D6. Grayscale: #3F3F3F. Windows color (decimal): -13219543 or 2705718. OLE color: 2705718.

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

Color convert

RGB547341-
CMYK0.2600.440.71
HSL95.62º28.07%22.35%-
HSV(B)95.62º43.84%28.63%-
XYZ4.35.712.97-
YUV63.67115.21121.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=32.14%
G=43.45%
B=24.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473410.2600.440.7195.6228.0722.35
Hex3649291A02C47601c16
Octal6611151320541071403426
Binary1101101001001101001110100101100100011111000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364929; }

 p { color: rgb(54,73,41); }

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

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

 a { background-color: rgb(54,73,41); }

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

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

 span { border-color: rgb(54,73,41); }

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