#364C27

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

Shades of Mallard #364C27

Tints of Mallard #364C27

Color information

#364C27 (or 0x364C27) is unknown color: approx Mallard. HEX triplet: 36, 4C and 27. RGB value is (54,76,39). Sum of RGB (Red+Green+Blue) = 54+76+39=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #364C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C27 is #C9B3D8. Grayscale: #414141. Windows color (decimal): -13218777 or 2575414. OLE color: 2575414.

HSL color Cylindrical-coordinate representation of color #364C27: hue angle of 95.68º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #364C27 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB547639-
CMYK0.2900.490.70
HSL95.68º32.17%22.55%-
HSV(B)95.68º48.68%29.8%-
XYZ4.476.12.86-
YUV65.2113.21120.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=31.95%
G=44.97%
B=23.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5476390.2900.490.7095.6832.1722.55
Hex364C271D03146602017
Octal6611447350611061404027
Binary11011010011001001111110101100011000110110000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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