#364B26

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

Shades of Mallard #364B26

Tints of Mallard #364B26

Color information

#364B26 (or 0x364B26) is unknown color: approx Mallard. HEX triplet: 36, 4B and 26. RGB value is (54,75,38). Sum of RGB (Red+Green+Blue) = 54+75+38=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #364B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B26 is #C9B4D9. Grayscale: #404040. Windows color (decimal): -13219034 or 2509622. OLE color: 2509622.

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

Color convert

RGB547538-
CMYK0.2800.490.71
HSL94.05º32.74%22.16%-
HSV(B)94.05º49.33%29.41%-
XYZ4.395.962.75-
YUV64.5113.04120.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=32.34%
G=44.91%
B=22.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475380.2800.490.7194.0532.7422.16
Hex364B261C031475e2116
Octal6611346340611071364126
Binary11011010010111001101110001100011000111101111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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