#364828

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

Shades of Mallard #364828

Tints of Mallard #364828

Color information

#364828 (or 0x364828) is unknown color: approx Mallard. HEX triplet: 36, 48 and 28. RGB value is (54,72,40). Sum of RGB (Red+Green+Blue) = 54+72+40=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #364828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364828 is #C9B7D7. Grayscale: #3F3F3F. Windows color (decimal): -13219800 or 2639926. OLE color: 2639926.

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

Color convert

RGB547240-
CMYK0.2500.440.72
HSL93.75º28.57%21.96%-
HSV(B)93.75º44.44%28.24%-
XYZ4.225.572.86-
YUV62.97115.04121.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=32.53%
G=43.37%
B=24.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472400.2500.440.7293.7528.5721.96
Hex3648281902C485e1d16
Octal6611050310541101363526
Binary1101101001000101000110010101100100100010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364828; }

 p { color: rgb(54,72,40); }

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

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

 a { background-color: rgb(54,72,40); }

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

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

 span { border-color: rgb(54,72,40); }

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