#364B32

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

Shades of Palm Leaf #364B32

Tints of Palm Leaf #364B32

Color information

#364B32 (or 0x364B32) is unknown color: approx Palm Leaf. HEX triplet: 36, 4B and 32. RGB value is (54,75,50). Sum of RGB (Red+Green+Blue) = 54+75+50=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #364B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B32 is #C9B4CD. Grayscale: #414141. Windows color (decimal): -13219022 or 3296054. OLE color: 3296054.

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

Color convert

RGB547550-
CMYK0.2800.330.71
HSL110.4º20%24.51%-
HSV(B)110.4º33.33%29.41%-
XYZ4.616.053.94-
YUV65.87119.04119.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=30.17%
G=41.90%
B=27.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475500.2800.330.71110.42024.51
Hex364B321C021476e1419
Octal6611362340411071562431
Binary1101101001011110010111000100001100011111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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