#364A27

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

Shades of Mallard #364A27

Tints of Mallard #364A27

Color information

#364A27 (or 0x364A27) is unknown color: approx Mallard. HEX triplet: 36, 4A and 27. RGB value is (54,74,39). Sum of RGB (Red+Green+Blue) = 54+74+39=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #364A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A27 is #C9B5D8. Grayscale: #404040. Windows color (decimal): -13219289 or 2574902. OLE color: 2574902.

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

Color convert

RGB547439-
CMYK0.2700.470.71
HSL94.29º30.97%22.16%-
HSV(B)94.29º47.3%29.02%-
XYZ4.345.832.82-
YUV64.03113.87120.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=32.34%
G=44.31%
B=23.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474390.2700.470.7194.2930.9722.16
Hex364A271B02F475e1f16
Octal6611247330571071363726
Binary1101101001010100111110110101111100011110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,39); }

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

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

 a { background-color: rgb(54,74,39); }

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

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

 span { border-color: rgb(54,74,39); }

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